fix frontend

This commit is contained in:
2026-04-24 01:44:03 +03:00
parent ff46a37956
commit 1c7e05f6a3
10 changed files with 260 additions and 209 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,12 +64,14 @@ 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;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection keep-alive;
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
listen 443 ssl;