blob: cd8e059d2e204d37d7ef0828dd320da82b5a6daa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# OpenGnSys Web Console template configuration for Apache.
Alias /opengnsys CONSOLEDIR
# Overrides default CentOS php.ini configuration.
php_value short_open_tag on
<Directory CONSOLEDIR>
Require all granted
Options -Indexes +FollowSymLinks
DirectoryIndex index.php
</Directory>
<Directory CONSOLEDIR/rest>
AllowOverride All
</Directory>
|