diff options
Diffstat (limited to 'server/etc')
-rw-r--r-- | server/etc/apache.conf.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/etc/apache.conf.tmpl b/server/etc/apache.conf.tmpl index ddf8cc97..1bf6d2c6 100644 --- a/server/etc/apache.conf.tmpl +++ b/server/etc/apache.conf.tmpl @@ -6,7 +6,7 @@ Alias /opengnsys CONSOLEDIR php_value short_open_tag on <Directory CONSOLEDIR> - Options -Indexes FollowSymLinks + Options -Indexes +FollowSymLinks DirectoryIndex index.php </Directory> |