fix nginx config
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user