fix nginx config
This commit is contained in:
parent
cc3a78c641
commit
cf23c35884
@ -1,5 +1,5 @@
|
|||||||
location @drop_app {
|
location @drop_app {
|
||||||
proxy_pass http://unix:/tmp/drop.sock:/;
|
proxy_pass http://unix:/tmp/drop.sock;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Forwarded-For $remote_addr;
|
proxy_set_header X-Forwarded-For $remote_addr;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user