1
0

bump nginx

This commit is contained in:
nicolas.dorier
2023-02-17 10:41:40 +09:00
parent 2c7887b39e
commit 478fb9e00b
2 changed files with 1 additions and 3 deletions

View File

@@ -339,8 +339,6 @@ proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
client_header_buffer_size 500k;
large_client_header_buffers 4 500k;
http2_max_field_size 500k;
http2_max_header_size 500k;
# Mitigate httpoxy attack (see README for details)
proxy_set_header Proxy "";

View File

@@ -3,7 +3,7 @@ version: "3"
services:
nginx:
restart: unless-stopped
image: nginx:1.16.0
image: nginx:1.23.3
container_name: nginx
ports:
- "${REVERSEPROXY_HTTP_PORT:-80}:80"