From be9e4a3eb1779ebcd0683a4b0f363d4159b3277d Mon Sep 17 00:00:00 2001 From: frju365 Date: Thu, 2 Mar 2017 15:20:12 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index b218787..7e17cb5 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ root ROOT_PATH; - server_name https://APP_URL + server_name https://APP_URL; add_header "X-Frame-Options" "SAMEORIGIN"; add_header "X-XSS-Protection" "1; mode=block"; add_header "X-Content-Type-Options" "nosniff";