fix nginx config

This commit is contained in:
bakatrouble 2019-03-08 18:46:14 +03:00
parent cc3a78c641
commit cf23c35884

View File

@ -1,5 +1,5 @@
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 X-Forwarded-For $remote_addr;
}