add security.txt
This commit is contained in:
parent
cd5d0b8232
commit
999ad37b11
2 changed files with 13 additions and 0 deletions
|
|
@ -35,6 +35,12 @@ force_ssl: True
|
|||
# generate a self signed certificate as default ssl cert
|
||||
snakeoil_default: False
|
||||
|
||||
# if set, nginx will render the content at /.well-known/security.txt
|
||||
# see https://www.rfc-editor.org/rfc/rfc9116 for valid fields
|
||||
security.txt: |
|
||||
Contact: mailto:security@example.com
|
||||
Expires: 2024-04-20T23:42:00.000Z
|
||||
|
||||
# install php-fpm, setup a php-handler upstream and copy a php location snippet to include in configs
|
||||
# either "False", "True" or a dict *phpconfig*, see below for definition
|
||||
php: False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue