update nginx config
This commit is contained in:
parent
10107288d3
commit
e78e56586c
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,9 @@ server {
|
|||
add_header X-Robots-Tag none;
|
||||
add_header X-Download-Options noopen;
|
||||
add_header X-Permitted-Cross-Domain-Policies none;
|
||||
add_header Referrer-Policy no-referrer;
|
||||
|
||||
fastcgi_hide_header X-Powered-By;
|
||||
|
||||
root /var/lib/nextcloud/;
|
||||
|
||||
|
@ -81,6 +84,8 @@ server {
|
|||
add_header X-Robots-Tag none;
|
||||
add_header X-Download-Options noopen;
|
||||
add_header X-Permitted-Cross-Domain-Policies none;
|
||||
add_header Referrer-Policy no-referrer;
|
||||
|
||||
access_log off;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue