summaryrefslogtreecommitdiffstats
path: root/install/conf/ipa-rewrite.conf
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-04-23 19:54:21 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-05-06 16:22:30 +0200
commitc72d0f5075c63df0d75331d5afd0da2dc752ec14 (patch)
tree18562fc01a13f9cac2f4bea1e41719d96fdd7c5a /install/conf/ipa-rewrite.conf
parentc5e99d7cd6545174fd677452ac9051acd9a5ef68 (diff)
downloadfreeipa-c72d0f5075c63df0d75331d5afd0da2dc752ec14.tar.gz
freeipa-c72d0f5075c63df0d75331d5afd0da2dc752ec14.tar.xz
freeipa-c72d0f5075c63df0d75331d5afd0da2dc752ec14.zip
Generate plugin index dynamically
https://fedorahosted.org/freeipa/ticket/3235
Diffstat (limited to 'install/conf/ipa-rewrite.conf')
-rw-r--r--install/conf/ipa-rewrite.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/install/conf/ipa-rewrite.conf b/install/conf/ipa-rewrite.conf
index 8da210d0a..b22caa1df 100644
--- a/install/conf/ipa-rewrite.conf
+++ b/install/conf/ipa-rewrite.conf
@@ -1,4 +1,4 @@
-# VERSION 3 - DO NOT REMOVE THIS LINE
+# VERSION 4 - DO NOT REMOVE THIS LINE
RewriteEngine on
@@ -16,3 +16,6 @@ RewriteRule ^/ipa/(.*) http://$FQDN/ipa/$$1 [L,R=301]
RewriteCond %{SERVER_PORT} !^443$$
RewriteCond %{REQUEST_URI} !^/ipa/(errors|config)
RewriteRule ^/ipa/(.*) https://$FQDN/ipa/$$1 [L,R=301,NC]
+
+# Rewrite for plugin index, make it like it's a static file
+RewriteRule ^/ipa/ui/js/freeipa/plugins.js$$ /ipa/wsgi/plugins.py [PT]