response header typo

This commit is contained in:
Czechman 2022-11-28 04:41:37 +01:00
parent cb20125f23
commit 73015185d2
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
STSIncludeSubdomains = true STSIncludeSubdomains = true
STSPreload = true STSPreload = true
customFrameOptionsValue = "SAMEORIGIN" customFrameOptionsValue = "SAMEORIGIN"
[http.middlewares.testHeader.headers.customResponseHeaders] [http.middlewares.utk.headers.customResponseHeaders]
X-Custom-Response-Header = "Strict-Transport-Security:15552000" X-Custom-Response-Header = "Strict-Transport-Security:15552000"
[https.middlewares] [https.middlewares]
@ -45,6 +45,6 @@
STSIncludeSubdomains = true STSIncludeSubdomains = true
STSPreload = true STSPreload = true
customFrameOptionsValue = "SAMEORIGIN" customFrameOptionsValue = "SAMEORIGIN"
[https.middlewares.testHeader.headers.customResponseHeaders] [https.middlewares.utk.headers.customResponseHeaders]
X-Custom-Response-Header = "Strict-Transport-Security:15552000" X-Custom-Response-Header = "Strict-Transport-Security:15552000"