We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7903021 commit 41a33edCopy full SHA for 41a33ed
alcs-frontend/nginx.conf
@@ -10,7 +10,7 @@ http {
10
gzip_disable "MSIE [1-6]\.";
11
12
server_tokens off;
13
- more_clear_headers Server;
+ proxy_hide_header Server;
14
proxy_cookie_path / "/; secure; HttpOnly; SameSite=lax";
15
16
include /etc/nginx/mime.types;
portal-frontend/nginx.conf
0 commit comments