mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
Reverting blocking in nginx everything that begins with dot
This commit is contained in:
parent
ebb6b54065
commit
355ae01222
120 changed files with 218 additions and 120 deletions
|
@ -31,7 +31,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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 {
|
||||||
|
|
||||||
location = /robots.txt { access_log off; log_not_found off; }
|
location = /robots.txt { access_log off; log_not_found off; }
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
location ~ /\. { access_log off; log_not_found off; deny all; }
|
location ~ /\.ht { access_log off; log_not_found off; deny all; }
|
||||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||||
|
|
||||||
error_page 403 /error/404.html;
|
error_page 403 /error/404.html;
|
||||||
|
|
|
@ -24,7 +24,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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 {
|
||||||
|
|
||||||
location = /robots.txt { access_log off; log_not_found off; }
|
location = /robots.txt { access_log off; log_not_found off; }
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
location ~ /\. { access_log off; log_not_found off; deny all; }
|
location ~ /\.ht { access_log off; log_not_found off; deny all; }
|
||||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||||
|
|
||||||
error_page 403 /error/404.html;
|
error_page 403 /error/404.html;
|
||||||
|
|
|
@ -24,7 +24,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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 {
|
||||||
|
|
||||||
location = /robots.txt { access_log off; log_not_found off; }
|
location = /robots.txt { access_log off; log_not_found off; }
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
location ~ /\. { access_log off; log_not_found off; deny all; }
|
location ~ /\.ht { access_log off; log_not_found off; deny all; }
|
||||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||||
|
|
||||||
error_page 403 /error/404.html;
|
error_page 403 /error/404.html;
|
||||||
|
|
|
@ -31,7 +31,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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 {
|
||||||
|
|
||||||
location = /robots.txt { access_log off; log_not_found off; }
|
location = /robots.txt { access_log off; log_not_found off; }
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
location ~ /\. { access_log off; log_not_found off; deny all; }
|
location ~ /\.ht { access_log off; log_not_found off; deny all; }
|
||||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||||
|
|
||||||
error_page 403 /error/404.html;
|
error_page 403 /error/404.html;
|
||||||
|
|
|
@ -31,7 +31,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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 {
|
||||||
|
|
||||||
location = /robots.txt { access_log off; log_not_found off; }
|
location = /robots.txt { access_log off; log_not_found off; }
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
location ~ /\. { access_log off; log_not_found off; deny all; }
|
location ~ /\.ht { access_log off; log_not_found off; deny all; }
|
||||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||||
|
|
||||||
error_page 403 /error/404.html;
|
error_page 403 /error/404.html;
|
||||||
|
|
|
@ -31,7 +31,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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 {
|
||||||
|
|
||||||
location = /robots.txt { access_log off; log_not_found off; }
|
location = /robots.txt { access_log off; log_not_found off; }
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
location ~ /\. { access_log off; log_not_found off; deny all; }
|
location ~ /\.ht { access_log off; log_not_found off; deny all; }
|
||||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||||
|
|
||||||
error_page 403 /error/404.html;
|
error_page 403 /error/404.html;
|
||||||
|
|
|
@ -31,7 +31,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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 {
|
||||||
|
|
||||||
location = /robots.txt { access_log off; log_not_found off; }
|
location = /robots.txt { access_log off; log_not_found off; }
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
location ~ /\. { access_log off; log_not_found off; deny all; }
|
location ~ /\.ht { access_log off; log_not_found off; deny all; }
|
||||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||||
|
|
||||||
error_page 403 /error/404.html;
|
error_page 403 /error/404.html;
|
||||||
|
|
|
@ -31,7 +31,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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 {
|
||||||
|
|
||||||
location = /robots.txt { access_log off; log_not_found off; }
|
location = /robots.txt { access_log off; log_not_found off; }
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
location ~ /\. { access_log off; log_not_found off; deny all; }
|
location ~ /\.ht { access_log off; log_not_found off; deny all; }
|
||||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||||
|
|
||||||
error_page 403 /error/404.html;
|
error_page 403 /error/404.html;
|
||||||
|
|
|
@ -31,7 +31,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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 {
|
||||||
|
|
||||||
location = /robots.txt { access_log off; log_not_found off; }
|
location = /robots.txt { access_log off; log_not_found off; }
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
location ~ /\. { access_log off; log_not_found off; deny all; }
|
location ~ /\.ht { access_log off; log_not_found off; deny all; }
|
||||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||||
|
|
||||||
error_page 403 /error/404.html;
|
error_page 403 /error/404.html;
|
||||||
|
|
|
@ -31,7 +31,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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 {
|
||||||
|
|
||||||
location = /robots.txt { access_log off; log_not_found off; }
|
location = /robots.txt { access_log off; log_not_found off; }
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
location ~ /\. { access_log off; log_not_found off; deny all; }
|
location ~ /\.ht { access_log off; log_not_found off; deny all; }
|
||||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||||
|
|
||||||
error_page 403 /error/404.html;
|
error_page 403 /error/404.html;
|
||||||
|
|
|
@ -31,7 +31,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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 {
|
||||||
|
|
||||||
location = /robots.txt { access_log off; log_not_found off; }
|
location = /robots.txt { access_log off; log_not_found off; }
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
location ~ /\. { access_log off; log_not_found off; deny all; }
|
location ~ /\.ht { access_log off; log_not_found off; deny all; }
|
||||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||||
|
|
||||||
error_page 403 /error/404.html;
|
error_page 403 /error/404.html;
|
||||||
|
|
|
@ -31,7 +31,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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 {
|
||||||
|
|
||||||
location = /robots.txt { access_log off; log_not_found off; }
|
location = /robots.txt { access_log off; log_not_found off; }
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
location ~ /\. { access_log off; log_not_found off; deny all; }
|
location ~ /\.ht { access_log off; log_not_found off; deny all; }
|
||||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||||
|
|
||||||
error_page 403 /error/404.html;
|
error_page 403 /error/404.html;
|
||||||
|
|
|
@ -31,7 +31,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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 {
|
||||||
|
|
||||||
location = /robots.txt { access_log off; log_not_found off; }
|
location = /robots.txt { access_log off; log_not_found off; }
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
location ~ /\. { access_log off; log_not_found off; deny all; }
|
location ~ /\.ht { access_log off; log_not_found off; deny all; }
|
||||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||||
|
|
||||||
error_page 403 /error/404.html;
|
error_page 403 /error/404.html;
|
||||||
|
|
|
@ -31,7 +31,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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 {
|
||||||
|
|
||||||
location = /robots.txt { access_log off; log_not_found off; }
|
location = /robots.txt { access_log off; log_not_found off; }
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
location ~ /\. { access_log off; log_not_found off; deny all; }
|
location ~ /\.ht { access_log off; log_not_found off; deny all; }
|
||||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||||
|
|
||||||
error_page 403 /error/404.html;
|
error_page 403 /error/404.html;
|
||||||
|
|
|
@ -31,7 +31,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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 {
|
||||||
|
|
||||||
location = /robots.txt { access_log off; log_not_found off; }
|
location = /robots.txt { access_log off; log_not_found off; }
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
location ~ /\. { access_log off; log_not_found off; deny all; }
|
location ~ /\.ht { access_log off; log_not_found off; deny all; }
|
||||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||||
|
|
||||||
error_page 403 /error/404.html;
|
error_page 403 /error/404.html;
|
||||||
|
|
|
@ -31,7 +31,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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 {
|
||||||
|
|
||||||
location = /robots.txt { access_log off; log_not_found off; }
|
location = /robots.txt { access_log off; log_not_found off; }
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
location ~ /\. { access_log off; log_not_found off; deny all; }
|
location ~ /\.ht { access_log off; log_not_found off; deny all; }
|
||||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||||
|
|
||||||
error_page 403 /error/404.html;
|
error_page 403 /error/404.html;
|
||||||
|
|
|
@ -31,7 +31,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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 {
|
||||||
|
|
||||||
location = /robots.txt { access_log off; log_not_found off; }
|
location = /robots.txt { access_log off; log_not_found off; }
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
location ~ /\. { access_log off; log_not_found off; deny all; }
|
location ~ /\.ht { access_log off; log_not_found off; deny all; }
|
||||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||||
|
|
||||||
error_page 403 /error/404.html;
|
error_page 403 /error/404.html;
|
||||||
|
|
|
@ -31,7 +31,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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 {
|
||||||
|
|
||||||
location = /robots.txt { access_log off; log_not_found off; }
|
location = /robots.txt { access_log off; log_not_found off; }
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
location ~ /\. { access_log off; log_not_found off; deny all; }
|
location ~ /\.ht { access_log off; log_not_found off; deny all; }
|
||||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||||
|
|
||||||
error_page 403 /error/404.html;
|
error_page 403 /error/404.html;
|
||||||
|
|
|
@ -31,7 +31,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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 {
|
||||||
|
|
||||||
location = /robots.txt { access_log off; log_not_found off; }
|
location = /robots.txt { access_log off; log_not_found off; }
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
location ~ /\. { access_log off; log_not_found off; deny all; }
|
location ~ /\.ht { access_log off; log_not_found off; deny all; }
|
||||||
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
location ~ ~$ { access_log off; log_not_found off; deny all; }
|
||||||
|
|
||||||
error_page 403 /error/404.html;
|
error_page 403 /error/404.html;
|
||||||
|
|
|
@ -31,7 +31,8 @@ server {
|
||||||
proxy_pass http://%ip%:%web_port%;
|
proxy_pass http://%ip%:%web_port%;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /\. {return 404;}
|
location ~ /\.ht {return 404;}
|
||||||
|
location ~ /\.env {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