We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d548e commit f00b844Copy full SHA for f00b844
1 file changed
docker/nginx.prod.conf
@@ -54,7 +54,7 @@ http {
54
# Proxy requests to the Django app running in gunicorn
55
location / {
56
proxy_pass http://django_app;
57
- proxy_set_header Host $http_host;
+ proxy_set_header Host mapdb2.cncnet.org;
58
proxy_set_header X-Real-IP $remote_addr;
59
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
60
proxy_set_header X-Forwarded-Proto $scheme;
0 commit comments