fix nginx config
This commit is contained in:
parent
746ec042d8
commit
cc3a78c641
@ -1,5 +1,5 @@
|
|||||||
location @drop_app {
|
location @drop_app {
|
||||||
proxy_pass 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