fu google
This commit is contained in:
parent
cff35f130e
commit
b05d227a04
3 changed files with 17 additions and 8 deletions
|
|
@ -30,10 +30,12 @@ in
|
|||
|
||||
etag off;
|
||||
add_header etag "\"${builtins.substring 11 32 postfixadminpkg}\"";
|
||||
add_header Permissions-Policy "interest-cohort=()" always;
|
||||
|
||||
index index.php;
|
||||
|
||||
location ~* \.php$ {
|
||||
add_header Permissions-Policy "interest-cohort=()" always;
|
||||
# Zero-day exploit defense.
|
||||
# http://forum.nginx.org/read.php?2,88845,page=3
|
||||
# Won't work properly (404 error) if the file is not stored on this
|
||||
|
|
|
|||
Loading…
Reference in a new issue