Skip to content

Commit f4a2b72

Browse files
Merge pull request #2238 from bcgov/feature/ALCS-2601-adjust-nginx-config
ALCS-2601: Adjust nginx config for WAVA scan results
2 parents 3094c6c + f81f965 commit f4a2b72

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

alcs-frontend/nginx.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ http {
1010
gzip_disable "MSIE [1-6]\.";
1111

1212
server_tokens off;
13-
proxy_hide_header Server;
1413
proxy_cookie_path / "/; secure; HttpOnly; SameSite=lax";
1514

1615
include /etc/nginx/mime.types;

portal-frontend/nginx.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ http {
1010
gzip_disable "MSIE [1-6]\.";
1111

1212
server_tokens off;
13-
proxy_hide_header Server;
1413
proxy_cookie_path / "/; secure; HttpOnly; SameSite=lax";
1514

1615
include /etc/nginx/mime.types;

0 commit comments

Comments
 (0)