Fixed NGiNX config.
This commit is contained in:
parent
b243c375e0
commit
79e25a5072
@ -19,9 +19,10 @@ server {
|
|||||||
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://unix:/tmp/dwelling-upload.sock;
|
proxy_pass http://unix:/var/run/dwelling-upload/u.sock;
|
||||||
|
proxy_buffering off;
|
||||||
|
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_buffering off;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user