fix: more_set_headers syntax
This commit is contained in:
parent
a46b8e3b64
commit
558541091f
@ -6,10 +6,10 @@ metadata:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||
more_set_headers X-Frame-Options SAMEORIGIN;
|
||||
more_set_headers X-Content-Type-Options nosniff;
|
||||
more_set_headers X-XSS-Protection "1; mode=block";
|
||||
more_set_headers Content-Security-Policy "frame-ancestors 'self'";
|
||||
more_set_headers "X-Frame-Options: SAMEORIGIN";
|
||||
more_set_headers "X-Content-Type-Options: nosniff";
|
||||
more_set_headers "X-XSS-Protection: 1; mode=block";
|
||||
more_set_headers "Content-Security-Policy: frame-ancestors 'self'";
|
||||
|
||||
nginx.ingress.kubernetes.io/server-snippet: |
|
||||
if ($request_uri = /) {
|
||||
|
Loading…
Reference in New Issue
Block a user