1
0
Fork 0

Fixed NGiNX config.

This commit is contained in:
Alexander Andreev 2022-06-13 19:12:21 +04:00
parent b243c375e0
commit 79e25a5072
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 3 additions and 2 deletions

View File

@ -19,9 +19,10 @@ server {
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 X-Real-IP $remote_addr;
proxy_buffering off;
}
}