Skip to content

Commit

Permalink
psp-5235 prevent nginx proxy from passing through IIS set-cookie head…
Browse files Browse the repository at this point in the history
…er. (#2728)
  • Loading branch information
devinleighsmith authored Jan 27, 2023
1 parent f12cba2 commit 100c92b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openshift/s2i/nginx-runtime/nginx.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ http {
location /ogs-internal {
proxy_ssl_server_name on;
proxy_ssl_session_reuse on;
proxy_hide_header Set-Cookie;
proxy_ignore_headers Set-Cookie;
proxy_pass %GEOSERVER_URL%;
}

Expand Down

0 comments on commit 100c92b

Please sign in to comment.