Commit 73e24ffb authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

log_format main should be defined

parent 6e7a2a0e
...@@ -64,9 +64,12 @@ events { ...@@ -64,9 +64,12 @@ events {
http { http {
include mime.types; include mime.types;
default_type application/octet-stream; default_type application/octet-stream;
include /srv/frappe/bench/config/nginx.conf; log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
include /srv/frappe/bench/config/nginx.conf;
} }
endef endef
export NGINX_CONF export NGINX_CONF
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment