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

Merge branch 'signalapp:main' into main

This commit is contained in:
Tommy 2023-01-12 08:56:09 -05:00 committed by GitHub
commit f205f0a439
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 / {