add nginx log
This commit is contained in:
parent
c7a0b15700
commit
c45001746e
@ -1,3 +1,6 @@
|
|||||||
|
access_log /srv/apps/drop/logs/access.log;
|
||||||
|
error_log /srv/apps/drop/logs/error.log;
|
||||||
|
|
||||||
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user