1
0
mirror of https://github.com/ArcticFoxes-net/Signal-TLS-Proxy synced 2024-09-07 18:53:30 -04:00

proxy /.well-known/acme-challenge/ to the certbot server (#38)

This commit is contained in:
Chris Eager 2023-01-05 10:59:19 -06:00 committed by GitHub
parent ac94d6b869
commit cb0bd40fce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,8 @@ http {
listen 80;
location /.well-known/acme-challenge/ {
alias /var/www/certbot/;
# init-certificate.sh uses --standalone, so we must proxy renewals to the certbot server
proxy_pass http://certbot:80;
}
location / {