mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-22 23:52:24 +02:00
13 lines
372 B
Plaintext
13 lines
372 B
Plaintext
<VirtualHost *:80>
|
|
ServerAdmin webmaster@example.com
|
|
DocumentRoot "/www/server/panel/data"
|
|
ServerName bt.default.com
|
|
<Directory "/www/server/panel/data">
|
|
SetOutputFilter DEFLATE
|
|
Options FollowSymLinks
|
|
AllowOverride All
|
|
Order allow,deny
|
|
Allow from all
|
|
DirectoryIndex empty.html
|
|
</Directory>
|
|
</VirtualHost> |