mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-08 14:06:10 +02:00
17 lines
246 B
Plaintext
17 lines
246 B
Plaintext
Listen 1006
|
|
|
|
<VirtualHost *:1006>
|
|
|
|
DocumentRoot /srv/web/esniper
|
|
|
|
Include /etc/httpd/conf/conf.d/php*.conf
|
|
|
|
<Directory /srv/web/esniper>
|
|
Options None
|
|
AllowOverride None
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|
|
|
|
</VirtualHost>
|