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