Add strict security headers to nextcloud
This commit is contained in:
parent
b058cd1ace
commit
86346c04dd
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
php_fastcgi app:9000
|
php_fastcgi app:9000
|
||||||
header {
|
header {
|
||||||
# enable HSTS
|
# enable HSTS
|
||||||
# Strict-Transport-Security max-age=31536000;
|
Strict-Transport-Security max-age=31536000;
|
||||||
}
|
}
|
||||||
|
|
||||||
redir /.well-known/carddav /remote.php/dav 301
|
redir /.well-known/carddav /remote.php/dav 301
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue