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;