diff --git a/client/nginx.conf b/client/nginx.conf index 1edd332..eda38eb 100644 --- a/client/nginx.conf +++ b/client/nginx.conf @@ -11,7 +11,7 @@ http { types { application/javascript mjs; } - + log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"';