blob: 5613bf11e9f17b3abf8b7d320545bb59e6f8b449 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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>
|