Enable full debuggable logs on non-proxy protocol nginx config
Fixes #2037
This commit is contained in:
parent
b4ace1dd29
commit
2726405ea5
3 changed files with 10 additions and 6 deletions
|
@ -10,5 +10,7 @@ http {
|
|||
include server-base.conf;
|
||||
|
||||
listen 80 default;
|
||||
|
||||
access_log /dev/stdout lb_logs;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue