Added location/path for LetsEncrypt auto-renewals
This commit is contained in:
parent
2746b22c18
commit
ea3769501b
1 changed files with 4 additions and 0 deletions
|
|
@ -69,6 +69,10 @@ server {
|
|||
alias /opt/debshots/public/favicon.ico;
|
||||
}
|
||||
|
||||
location /.well-known/ {
|
||||
alias /opt/debshots/public/.well-known/;
|
||||
}
|
||||
|
||||
location @backend {
|
||||
proxy_cache my_cache;
|
||||
proxy_set_header x_debian_sso_dn $ssl_client_s_dn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue