mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Blocking in nginx everything that begins with dot
This commit is contained in:
parent
dd09dbe748
commit
54c3fd1e13
213 changed files with 213 additions and 213 deletions
|
@ -33,7 +33,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -31,7 +31,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -25,7 +25,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -25,7 +25,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -49,7 +49,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -25,7 +25,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -25,7 +25,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -25,7 +25,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -49,7 +49,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -46,7 +46,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -25,7 +25,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -27,7 +27,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -27,7 +27,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -33,7 +33,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -31,7 +31,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -25,7 +25,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -25,7 +25,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -49,7 +49,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -25,7 +25,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -25,7 +25,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -25,7 +25,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -49,7 +49,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -46,7 +46,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -25,7 +25,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -27,7 +27,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -27,7 +27,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -33,7 +33,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -31,7 +31,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -33,7 +33,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -31,7 +31,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -33,7 +33,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -31,7 +31,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -33,7 +33,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -31,7 +31,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -33,7 +33,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -31,7 +31,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -33,7 +33,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -31,7 +31,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -33,7 +33,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -31,7 +31,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -33,7 +33,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -31,7 +31,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -22,7 +22,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -33,7 +33,7 @@ server {
|
||||||
proxy_pass https://%ip%:%web_ssl_port%;
|
proxy_pass https://%ip%:%web_ssl_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
|
@ -31,7 +31,7 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\.ht {return 404;}
|
location ~ /\. {return 404;}
|
||||||
location ~ /\.svn/ {return 404;}
|
location ~ /\.svn/ {return 404;}
|
||||||
location ~ /\.git/ {return 404;}
|
location ~ /\.git/ {return 404;}
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue