mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
Remove some left-over files
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
/srv/web/esniper/.htaccess
|
||||
/srv/web/esniper/.config.php
|
||||
/srv/web/esniper/.config.state.php
|
||||
/srv/web/esniper/local/
|
||||
/srv/web/esniper/.run/
|
||||
@@ -1,22 +0,0 @@
|
||||
Listen 1006
|
||||
|
||||
<VirtualHost *:1006>
|
||||
|
||||
SSLEngine on
|
||||
SSLProtocol all -SSLv2
|
||||
SSLCipherSuite ALL:!ADH:!EXPORT56:!eNULL:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW:+EXP
|
||||
SSLCertificateFile /etc/httpd/server.crt
|
||||
SSLCertificateKeyFile /etc/httpd/server.key
|
||||
|
||||
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>
|
||||
@@ -1,16 +0,0 @@
|
||||
Listen 1002
|
||||
|
||||
<VirtualHost *:1002>
|
||||
|
||||
DocumentRoot /srv/web/phpaj
|
||||
|
||||
Include /etc/httpd/conf/conf.d/php*.conf
|
||||
|
||||
<Directory /srv/web/phpaj>
|
||||
Options None
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user