bump nginx
This commit is contained in:
@@ -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 "";
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user