diff --git a/configs/nginx.conf b/configs/nginx.conf index 5190162..39b6f73 100644 --- a/configs/nginx.conf +++ b/configs/nginx.conf @@ -20,6 +20,7 @@ server { location / { proxy_pass http://unix:/tmp/dwelling-upload.sock; + proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_buffering off; }