Skip to content

Commit f00b844

Browse files
authored
fix: hosts (#37)
1 parent f8d548e commit f00b844

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/nginx.prod.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ http {
5454
# Proxy requests to the Django app running in gunicorn
5555
location / {
5656
proxy_pass http://django_app;
57-
proxy_set_header Host $http_host;
57+
proxy_set_header Host mapdb2.cncnet.org;
5858
proxy_set_header X-Real-IP $remote_addr;
5959
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
6060
proxy_set_header X-Forwarded-Proto $scheme;

0 commit comments

Comments
 (0)