bundles/nginx: add a default security.txt to all vhosts
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
0a7e5bcdcd
commit
1fbc08f74b
5 changed files with 51 additions and 1 deletions
|
@ -72,6 +72,12 @@ server {
|
|||
alias /var/lib/dehydrated/acme-challenges/;
|
||||
}
|
||||
|
||||
% if security_txt:
|
||||
location = /.well-known/security.txt {
|
||||
alias /etc/nginx/security.txt.d/${vhost};
|
||||
}
|
||||
% endif
|
||||
|
||||
% if proxy:
|
||||
% for location, options in proxy.items():
|
||||
location ${location} {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue