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:
parent
3273886c24
commit
2e3496829c
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue