This commit is contained in:
Donat Magda
2025-11-26 01:29:57 +01:00
parent b39ca0930a
commit e634b89b70
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -46,8 +46,8 @@ server {
}
# Adminer Database Viewer proxy
location /pgadmin/ {
proxy_pass http://pgadmin:8080/;
location /adminer/ {
proxy_pass http://adminer:8080/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;