918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Line | |
---|
1 | # OpenGnsys Web Admin Console template configuration for Apache. |
---|
2 | |
---|
3 | Alias /opengnsys CONSOLEDIR |
---|
4 | |
---|
5 | # Overrides default CentOS php.ini configuration. |
---|
6 | php_value short_open_tag on |
---|
7 | |
---|
8 | <Directory CONSOLEDIR> |
---|
9 | Require all granted |
---|
10 | Options -Indexes +FollowSymLinks |
---|
11 | DirectoryIndex index.php |
---|
12 | </Directory> |
---|
13 | |
---|
14 | # RESTful configuration. |
---|
15 | <Directory CONSOLEDIR/rest> |
---|
16 | RewriteEngine On |
---|
17 | RewriteBase /opengnsys/rest/ |
---|
18 | RewriteCond %{REQUEST_FILENAME} !-f |
---|
19 | RewriteRule ^ index.php [QSA,L] |
---|
20 | </Directory> |
---|
Note: See
TracBrowser
for help on using the repository browser.