1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 06:15:45 +00:00

feat: enable keepalive by default

This commit is contained in:
Nicolas Duchon
2024-11-25 09:16:57 +01:00
parent d7acd931a3
commit 52ffab1ce6
3 changed files with 4 additions and 8 deletions

View File

@ -8,6 +8,8 @@ services:
environment:
WEB_PORTS: 80
VIRTUAL_HOST: keepalive-disabled.nginx-proxy.test
labels:
com.github.nginx-proxy.nginx-proxy.keepalive: "disabled"
keepalive-enabled:
image: web
@ -29,8 +31,6 @@ services:
environment:
WEB_PORTS: 80
VIRTUAL_HOST: keepalive-auto.nginx-proxy.test
labels:
com.github.nginx-proxy.nginx-proxy.keepalive: "auto"
sut:
image: nginxproxy/nginx-proxy:test