fix: comply with pg admins config

This commit is contained in:
Strix 2023-12-14 22:08:08 +01:00
parent 4153fc8f89
commit 4cd00d76ed
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7

View file

@ -6,7 +6,9 @@ server {
# default html page
location / {
proxy_set_header Host $host;
proxy_pass http://pgadmin;
proxy_redirect off;
}
error_page 500 502 503 504 /50x.html;