add production config

This commit is contained in:
2023-03-02 11:47:40 -05:00
parent 846a556c5b
commit d5a7247a7f
2 changed files with 36 additions and 0 deletions

View File

@ -114,6 +114,7 @@ server {
# Frontend HTTPS. Comment out if you on't intend to use the frontend
server {
listen 443 ssl;
server_name frontend.hostname.here;
ssl_certificate /path/to/cert/frontend.pem;
ssl_certificate_key /path/to/cert/frontend.key;