Skip to content

Commit 12a962b

Browse files
authored
chore: use TRUST_DOWNSTREAM_PROXY false to secure the API
1 parent 83d3655 commit 12a962b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ services:
99
nginx-proxy:
1010
image: nginxproxy/nginx-proxy:1.3.1-alpine
1111
container_name: nginx-proxy
12+
environment:
13+
TRUST_DOWNSTREAM_PROXY: "false"
1214
ports:
1315
- "80:80"
1416
- "443:443"

0 commit comments

Comments
 (0)