aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpkid/portal-gui/apache.conf.in28
1 files changed, 14 insertions, 14 deletions
diff --git a/rpkid/portal-gui/apache.conf.in b/rpkid/portal-gui/apache.conf.in
index 01bec12e..8b556f43 100644
--- a/rpkid/portal-gui/apache.conf.in
+++ b/rpkid/portal-gui/apache.conf.in
@@ -11,33 +11,33 @@
@WSGI_PROCESS_GROUP@
<Directory @INSTDIR@/wsgi>
-Order deny,allow
-Allow from all
+ Order deny,allow
+ Allow from all
</Directory>
#
# Defines the URL to the portal-gui
#
-WSGIScriptAlias / @INSTDIR@/wsgi/rpki.wsgi
+WSGIScriptAlias / @INSTDIR@/wsgi/rpki.wsgi
<Directory @INSTDIR@/media>
-Order deny,allow
-Allow from all
+ Order deny,allow
+ Allow from all
</Directory>
-Alias /media/ @INSTDIR@/media/
-Alias /site_media/ @INSTDIR@/media/
+Alias /media/ @INSTDIR@/media/
+Alias /site_media/ @INSTDIR@/media/
<Directory @RCYNIC_HTML_DIR@>
-Order deny,allow
-Allow from all
+ Order deny,allow
+ Allow from all
</Directory>
-# leave the trailing slash off the URL, otherwise /rcynic is swallowed by the
-# WSGIScriptAlias
-Alias /rcynic @RCYNIC_HTML_DIR@/
+# Leave the trailing slash off the URL, otherwise /rcynic is swallowed by the
+# WSGIScriptAlias
+Alias /rcynic @RCYNIC_HTML_DIR@/
-# redirect to the dashboard when someone hits the bare vhost
-RedirectMatch ^/$ /rpki/
+# Redirect to the dashboard when someone hits the bare vhost
+RedirectMatch ^/$ /rpki/
# vim:ft=apache