From 2e3496829ccca9af94d2ffe6d6bd942667c46633 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 4 May 2022 07:14:36 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index c5aa3be..ed4e068 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -3,6 +3,9 @@ location / { # Path to source alias __FINALPATH__/public/; + # Add headers to serve security related headers + more_set_headers "Strict-Transport-Security: frame-ancestors http://*:* https://*:*"; + index index.php; client_max_body_size 512M;