1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2022-05-04 07:14:36 +02:00
parent 3273886c24
commit 2e3496829c

View file

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