fix: comply with pg admins config
This commit is contained in:
parent
4153fc8f89
commit
4cd00d76ed
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue