mirror of
https://github.com/ArcticFoxes-net/Signal-TLS-Proxy
synced 2024-11-08 05:11:34 -05:00
proxy /.well-known/acme-challenge/
to the certbot server (#38)
This commit is contained in:
parent
ac94d6b869
commit
cb0bd40fce
@ -10,7 +10,8 @@ http {
|
|||||||
listen 80;
|
listen 80;
|
||||||
|
|
||||||
location /.well-known/acme-challenge/ {
|
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 / {
|
location / {
|
||||||
|
Loading…
Reference in New Issue
Block a user