aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpkid/portal-gui/apache.conf.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/rpkid/portal-gui/apache.conf.in b/rpkid/portal-gui/apache.conf.in
index 082e49df..01bec12e 100644
--- a/rpkid/portal-gui/apache.conf.in
+++ b/rpkid/portal-gui/apache.conf.in
@@ -32,7 +32,9 @@ Alias /site_media/ @INSTDIR@/media/
Order deny,allow
Allow from all
</Directory>
-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