fix nginx config

This commit is contained in:
bakatrouble 2019-03-08 18:45:44 +03:00
parent 746ec042d8
commit cc3a78c641

View File

@ -1,5 +1,5 @@
location @drop_app {
proxy_pass unix:///tmp/drop.sock;
proxy_pass http://unix:/tmp/drop.sock:/;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
}