Merge pull request #2028 from basos9/fix-nginx-log

FIX nginx use selected log formatting
This commit is contained in:
Shane McDonald 2018-07-16 09:47:05 -04:00 committed by GitHub
commit 3f8b80e415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,8 @@ http {
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
access_log /dev/stdout main;
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;