Initial YakPanel commit
This commit is contained in:
13
vhost/apache/0.default.conf
Normal file
13
vhost/apache/0.default.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
<VirtualHost *:80>
|
||||
ServerAdmin webmaster@example.com
|
||||
DocumentRoot "/www/server/apache/htdocs"
|
||||
ServerName bt.default.com
|
||||
<Directory "/www/server/apache/htdocs">
|
||||
SetOutputFilter DEFLATE
|
||||
Options FollowSymLinks
|
||||
AllowOverride All
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
DirectoryIndex index.html
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user