Updated nginx container -- needs rebuild

This commit is contained in:
Fred Boniface 2023-01-12 20:12:18 +00:00
parent 6abd0966a3
commit 14c3ffd115
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ http {
log_format main '$remote_addr - $remote_user [$time_local] "$request" ' log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$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 /var/log/nginx/access.log main;
access_log /var/log/nginx/access.log main;
sendfile on; sendfile on;
keepalive_timeout 65; keepalive_timeout 65;
gzip on; gzip on;