We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7903021 + 41a33ed commit 3094c6cCopy full SHA for 3094c6c
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