son ;(
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
ServerRoot "/etc/httpd"
|
ServerRoot "/etc/httpd"
|
||||||
Listen 420
|
Listen 80
|
||||||
User apache
|
User apache
|
||||||
Group apache
|
Group apache
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@ AddDefaultCharset UTF-8
|
|||||||
ProxyRequests Off
|
ProxyRequests Off
|
||||||
ProxyPreserveHost On
|
ProxyPreserveHost On
|
||||||
|
|
||||||
<VirtualHost *:420>
|
<VirtualHost *:80>
|
||||||
ProxyPass / http://127.0.0.1:3000/
|
ProxyPass / http://127.0.0.1:3000/
|
||||||
ProxyPassReverse / http://127.0.0.1:3000/
|
ProxyPassReverse / http://127.0.0.1:3000/
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
@@ -83,4 +83,4 @@ ProxyPreserveHost On
|
|||||||
# EnableSendfile on
|
# EnableSendfile on
|
||||||
IncludeOptional conf.d/*.conf
|
IncludeOptional conf.d/*.conf
|
||||||
ServerAdmin jeevacation@gmail.com
|
ServerAdmin jeevacation@gmail.com
|
||||||
# ServerName www.coimbravpn.com:420
|
# ServerName www.coimbravpn.com:80
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
SecRuleEngine On
|
SecRuleEngine Off
|
||||||
SecRequestBodyAccess On
|
SecRequestBodyAccess On
|
||||||
SecResponseBodyAccess Off
|
SecResponseBodyAccess Off
|
||||||
#SecDebugLog /var/log/modsecurity/debug.log
|
#SecDebugLog /var/log/modsecurity/debug.log
|
||||||
|
|||||||
Reference in New Issue
Block a user