diff --git a/servers/apoc/docker-compose.d/custom/nginx/conf.d/pgadmin.conf b/servers/apoc/docker-compose.d/custom/nginx/conf.d/pgadmin.conf index 3ad3d47..60f8097 100644 --- a/servers/apoc/docker-compose.d/custom/nginx/conf.d/pgadmin.conf +++ b/servers/apoc/docker-compose.d/custom/nginx/conf.d/pgadmin.conf @@ -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;