summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apache.example.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/apache.example.conf b/apache.example.conf
index 65e8179220cd..8dc0fb2b003f 100644
--- a/apache.example.conf
+++ b/apache.example.conf
@@ -1,5 +1,5 @@
<IfModule mod_alias.c>
- Alias /lychee /usr/share/webapps/lychee/
+ Alias /lychee /usr/share/webapps/lychee/public
</IfModule>
<Directory /usr/share/webapps/lychee/>
@@ -11,7 +11,7 @@
<VirtualHost *:80>
ServerAdmin foo@foofarm.com
- DocumentRoot /usr/share/webapps/lychee
+ DocumentRoot /usr/share/webapps/lychee/public
ServerName lychee.foo.com
ErrorLog /var/log/httpd/lychee.foo.info-error_log
CustomLog /var/log/httpd/lychee.foo.info-access_log common