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";