correction of arti24.eu
This commit is contained in:
parent
7442fad6fc
commit
5f9ad43280
|
|
@ -11,7 +11,7 @@ server {
|
|||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
|
||||
# --- BLOCK COMMON SCANNERS / BOT ATTACKS ---
|
||||
# --- BLOCK COMMON SCANNERS / BOT ATTACKS ---
|
||||
location ~* ^/(wp-admin|wp-content|wp-includes|xmlrpc\.php|phpmyadmin|vendor|setup|config|\.env|\.git|\.gitignore|\.htaccess|\.DS_Store|shell\.php|test\.php|admin\.php|login\.php) {
|
||||
return 404;
|
||||
}
|
||||
|
|
@ -20,8 +20,7 @@ server {
|
|||
return 404;
|
||||
}
|
||||
|
||||
# --- GŁÓWNY PROXY / Node.js ---
|
||||
location / {
|
||||
# --- GŁÓWNY PROXY / Node.js ---
|
||||
|
||||
location / {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue