From 53e1c1e189cdf84c485a918acb8cf1f3ce278434 Mon Sep 17 00:00:00 2001 From: orianelou <126462046+orianelou@users.noreply.github.com> Date: Sun, 28 Dec 2025 11:03:36 +0200 Subject: [PATCH] Update .env --- deployment/docker-compose/nginx-unified/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/docker-compose/nginx-unified/.env b/deployment/docker-compose/nginx-unified/.env index c4928c0..8da2878 100644 --- a/deployment/docker-compose/nginx-unified/.env +++ b/deployment/docker-compose/nginx-unified/.env @@ -47,7 +47,7 @@ COMPOSE_PROFILES= ## Make sure to also adjust the nginx.conf file in NGINX_CONFIG folder ## to include a proxy_pass directive forwarding external traffic on e.g. port 80 to the juiceshop-backend container ## you can use the example file available here: -## https://raw.githubusercontent.com/openappsec/openappsec/examples/juiceshop/nginx/default.conf +## https://github.com/openappsec/openappsec/blob/main/examples/juiceshop/nginx/default.conf ## place the file above in NGINX_CONFIG folder ## note that juiceshop container listens on HTTP port 3000 by default