Update deploy/nginx.conf

This commit is contained in:
Kirill Andrusyak
2023-06-16 17:18:17 +00:00
parent 9e24959de8
commit e1db2699ed

View File

@@ -10,7 +10,7 @@ http {
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
access_log /dev/stdout;
error_log /dev/stdout lower;
error_log /dev/stdout;
sendfile on;
keepalive_timeout 65;
gzip_static on;