summarylogtreecommitdiffstats
path: root/apache.example.conf
diff options
context:
space:
mode:
authorFanch2020-05-18 09:46:05 +0200
committerFanch2020-05-18 09:46:05 +0200
commit8a942effd142760eb32d16cbb4c8cfca8df2914d (patch)
treed77b686c0ccd454f3b6168a8c6f8e65da4d08709 /apache.example.conf
parent943cbecff475608116fe3e3ea923834fcfe3f520 (diff)
downloadaur-8a942effd142760eb32d16cbb4c8cfca8df2914d.tar.gz
Update Version
Diffstat (limited to 'apache.example.conf')
-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