Merge branch 'andrusyakka-master-patch-94931' into 'master'

Update deploy/nginx.conf

See merge request andrusyakka/urban-couscous!424
This commit is contained in:
Kirill Andrusyak
2023-06-16 17:18:24 +00:00

View File

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