This commit is contained in:
Kainoa Kanter 2022-03-13 16:20:22 -07:00
parent 1810f14b8e
commit fbaf091aee
1 changed files with 3 additions and 3 deletions

View File

@ -64,9 +64,9 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
}
# If you have letsencrypt certs provided by certbot:
# ssl_certificate /etc/letsencrypt/live/example.tld/fullchain.pem;
# ssl_certificate_key /etc/letsencrypt/live/example.tld/privkey.pem;
# ssl_certificate_key /etc/letsencrypt/live/example.tld/privkey.pem;
}