mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-08-23 16:01:57 +00:00
feat: global proxy protocol support
This commit is contained in:
committed by
Nicolas Duchon
parent
e6d78e7474
commit
872e5b5646
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
# nginx-proxy:
|
||||
# environment:
|
||||
# ENABLE_PROXY_PROTOCOL: "false" #Disabled by default
|
||||
|
||||
proxy-protocol-global-disabled:
|
||||
image: web
|
||||
expose:
|
||||
- "80"
|
||||
environment:
|
||||
WEB_PORTS: "80"
|
||||
VIRTUAL_HOST: proxy-protocol-global-disabled.nginx-proxy.tld
|
Reference in New Issue
Block a user