This commit is contained in:
2026-04-21 04:20:14 +03:00
parent 82a932dd2b
commit c47dad2af8
5 changed files with 29 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
}
location /phpmyadmin/ {
location /phpmyadmin {
allow 80.68.9.83;
allow 185.51.125.202;
@@ -64,7 +64,7 @@ server {
deny all;
proxy_pass http://127.0.0.1:7102/;
proxy_pass http://127.0.0.1:7102;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;