mirror of
https://github.com/demostf/proxy
synced 2026-06-03 12:04:07 +02:00
fix certbot host
This commit is contained in:
parent
5fdab87b87
commit
8dca88a80f
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
server_name ${SOURCE};
|
server_name ${SOURCE};
|
||||||
ssl_certificate /etc/letsencrypt/live/$HOST/fullchain.pem;
|
ssl_certificate /etc/letsencrypt/live/${SOURCE}/fullchain.pem;
|
||||||
ssl_certificate_key /etc/letsencrypt/live/$HOST/privkey.pem;
|
ssl_certificate_key /etc/letsencrypt/live/${SOURCE}/privkey.pem;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://${TARGET};
|
proxy_pass http://${TARGET};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue