Added location/path for LetsEncrypt auto-renewals

This commit is contained in:
Christoph Haas 2018-08-22 13:09:47 +02:00
parent 2746b22c18
commit ea3769501b

View file

@ -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;