From 9a10c36251eb63378e9fa15581f97de9cd0fb30b Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:23:10 +0100 Subject: [PATCH] fix more_set_headers --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index a44dcb7..13f07c6 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,6 @@ # HSTS - more_set_headers Strict-Transport-Security "max-age=31536000"; + more_set_headers "Strict-Transport-Security: max-age=31536000"; # General configs root __INSTALL_DIR__/front/dist;