mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-08 14:06:10 +02:00
Added esniper.
This commit is contained in:
16
config/httpd/vhosts.d/esniper.conf
Normal file
16
config/httpd/vhosts.d/esniper.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
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>
|
||||
Reference in New Issue
Block a user