source: trunk/Install/deb/debian/conf/apache.conf

Last change on this file was 880, checked in by chronos, 4 years ago
File size: 210 bytes
Line 
1# isp-central default Apache configuration
2
3Alias /isp-central /usr/share/isp-central
4
5<Directory /usr/share/isp-central>
6 DirectoryIndex index.php
7 AllowOverride All
8 Require all granted
9</Directory>
Note: See TracBrowser for help on using the repository browser.