web_mc: fix typo

This commit is contained in:
Markus 2020-12-24 13:05:44 +01:00
parent 39e5ad9e20
commit 15fbe6c29c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name {{ plk_domain }};
server_name {{ mc_domain }};
ssl_certificate_key /etc/nginx/ssl/{{ mc_domain }}.key;
ssl_certificate /etc/nginx/ssl/{{ mc_domain }}.crt;