From 73015185d27ec571a51c3d3dc05ac1914463f6d4 Mon Sep 17 00:00:00 2001 From: Czechman Date: Mon, 28 Nov 2022 04:41:37 +0100 Subject: [PATCH] response header typo --- config/fileconf/file.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/fileconf/file.toml b/config/fileconf/file.toml index 4f60f0c..5ac434d 100644 --- a/config/fileconf/file.toml +++ b/config/fileconf/file.toml @@ -31,7 +31,7 @@ STSIncludeSubdomains = true STSPreload = true customFrameOptionsValue = "SAMEORIGIN" - [http.middlewares.testHeader.headers.customResponseHeaders] + [http.middlewares.utk.headers.customResponseHeaders] X-Custom-Response-Header = "Strict-Transport-Security:15552000" [https.middlewares] @@ -45,6 +45,6 @@ STSIncludeSubdomains = true STSPreload = true customFrameOptionsValue = "SAMEORIGIN" - [https.middlewares.testHeader.headers.customResponseHeaders] + [https.middlewares.utk.headers.customResponseHeaders] X-Custom-Response-Header = "Strict-Transport-Security:15552000"