add nginx log
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
access_log /srv/apps/drop/logs/access.log;
|
||||
error_log /srv/apps/drop/logs/error.log;
|
||||
|
||||
location @drop_app {
|
||||
proxy_pass http://unix:/tmp/drop.sock;
|
||||
proxy_set_header Host $host;
|
||||
|
Reference in New Issue
Block a user