diff --git a/login/build.sh b/login/build.sh index 04542e8..f72c979 100644 --- a/login/build.sh +++ b/login/build.sh @@ -18,7 +18,7 @@ docker build --no-cache --build-arg SSH_KEY="$SSH_KEY" --build-arg SSH_KEY_PASSP --build-arg IN_SYLVA_KEYCLOAK_PORT="7000" \ --build-arg IN_SYLVA_PORTAL_HOST="w3.avignon.inra.fr/bas_insylva/portal" \ --build-arg IN_SYLVA_SEARCH_HOST="w3.avignon.inra.fr/bas_insylva/search" \ - --build-arg IN_SYLVA_GATEKEEPER_HOST="147.100.20.44" \ + --build-arg IN_SYLVA_GATEKEEPER_HOST="w3.avignon.inra.fr/bas_insylva/portal/gatekeeper" \ --build-arg IN_SYLVA_GATEKEEPER_PORT="4000" \ --tag in-sylva.user.login ./login/. diff --git a/portal/nginx/nginx.conf b/portal/nginx/nginx.conf index b05d889..fc65f4e 100644 --- a/portal/nginx/nginx.conf +++ b/portal/nginx/nginx.conf @@ -66,10 +66,10 @@ server { location /source-manager/ { proxy_pass http://backend_source_manager/; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; + # proxy_set_header Host $host; + # proxy_set_header X-Real-IP $remote_addr; + # proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + # proxy_set_header X-Forwarded-Proto $scheme; client_max_body_size 200M; } diff --git a/portal/nginx/nginx_generic.conf b/portal/nginx/nginx_generic.conf index 66c493f..bcdab21 100644 --- a/portal/nginx/nginx_generic.conf +++ b/portal/nginx/nginx_generic.conf @@ -66,10 +66,10 @@ server { location /source-manager/ { proxy_pass http://backend_source_manager/; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; + # proxy_set_header Host $host; + # proxy_set_header X-Real-IP $remote_addr; + # proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + # proxy_set_header X-Forwarded-Proto $scheme; client_max_body_size 200M; }