diff options
author | Rob Austein <sra@hactrn.net> | 2013-04-29 22:08:02 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-04-29 22:08:02 +0000 |
commit | 16ae84b316b668cdfec5839cf8a532a62492aab7 (patch) | |
tree | 692a3826064f9aa66583ef4e81c8f8693123fda9 | |
parent | 0e071680dd9340d6c043ae08c974ba319dbd0e52 (diff) |
Indent
svn path=/trunk/; revision=5311
-rw-r--r-- | rpkid/portal-gui/apache.conf.in | 28 |
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 |