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

Last change on this file was 33, checked in by chronos, 4 years ago
  • Added: Files needed for Debian package creation
File size: 198 bytes
Line 
1# teribear default Apache configuration
2
3Alias /teribear /usr/share/teribear
4
5<Directory /usr/share/teribear>
6 DirectoryIndex index.php
7 AllowOverride All
8 Require all granted
9</Directory>
Note: See TracBrowser for help on using the repository browser.