mirror of
https://github.com/YunoHost-Apps/matomo_ynh.git
synced 2024-09-03 19:45:56 +02:00
Update nginx.conf
This commit is contained in:
parent
51892c3a7c
commit
5cc0031f57
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ location __PATH__/ {
|
|||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
more_set_headers "Referrer-Policy; origin always";
|
||||
more_set_headers "Referrer-Policy: origin always";
|
||||
more_set_headers "X-Content-Type-Options: nosniff";
|
||||
more_set_headers "X-XSS-Protection: 1; mode=block";
|
||||
|
||||
|
@ -42,7 +42,7 @@ location __PATH__/ {
|
|||
|
||||
location ~ js/container_.*_preview\.js$ {
|
||||
expires off;
|
||||
more_set_headers "Cache-Control: private, no-cache, no-store"'";
|
||||
more_set_headers "Cache-Control: private, no-cache, no-store";
|
||||
}
|
||||
|
||||
location ~ \.(gif|ico|jpg|png|svg|js|css|htm|html|mp3|mp4|wav|ogg|avi|ttf|eot|woff|woff2|json)$ {
|
||||
|
|
Loading…
Add table
Reference in a new issue