fix (proxy): add missing semicolon
This commit is contained in:
parent
2119b8c666
commit
9acbc69f2d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ server {
|
|||
server_name grafana.systemsobscure.net;
|
||||
|
||||
# SSL configuration
|
||||
ssl_certificate /etc/letsencrypt/live/systemsobscure.net/fullchain.pem
|
||||
ssl_certificate /etc/letsencrypt/live/systemsobscure.net/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/systemsobscure.net/privkey.pem;
|
||||
|
||||
# Security headers
|
||||
|
|
Loading…
Add table
Reference in a new issue