mirror of
https://github.com/ArcticFoxes-net/Signal-TLS-Proxy
synced 2024-11-17 17:41:32 -05:00
Merge branch 'signalapp:main' into main
This commit is contained in:
commit
f205f0a439
@ -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 / {
|
||||
|
Loading…
Reference in New Issue
Block a user