Segnalazione #103 ยป octonet.conf
1 |
<IfModule mod_proxy.c> |
---|---|
2 |
Alias /octonet-static /var/cache/octonet/static |
3 |
<Directory /var/cache/octonet/static> |
4 |
Options -Indexes |
5 |
AllowOverride None |
6 |
Require all granted |
7 |
</Directory>
|
8 |
|
9 |
<Location /octonet> |
10 |
ProxyPass http://127.0.0.1:13402/ |
11 |
ProxyPassReverse http://127.0.0.1:13402/ |
12 |
ProxyAddHeaders On |
13 |
ProxyPreserveHost On |
14 |
</Location>
|
15 |
</IfModule>
|