mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-08-31 17:59:54 +02:00
Update install-service.sh
Fix X-Robots-Tag issue from NC 25.0.5/26.0.0
This commit is contained in:
parent
0855d37d9b
commit
20a158c916
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ add_header X-Content-Type-Options "nosniff" always;
|
|||
add_header X-Download-Options "noopen" always;
|
||||
add_header X-Frame-Options "SAMEORIGIN" always;
|
||||
add_header X-Permitted-Cross-Domain-Policies "none" always;
|
||||
add_header X-Robots-Tag "none" always;
|
||||
add_header X-Robots-Tag "noindex, nofollow" always;
|
||||
add_header X-XSS-Protection "1; mode=block" always;
|
||||
fastcgi_hide_header X-Powered-By;
|
||||
fastcgi_read_timeout 3600;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue