forked from infra/ansible
web_mc: fix typo
This commit is contained in:
parent
39e5ad9e20
commit
15fbe6c29c
@ -18,7 +18,7 @@ server {
|
|||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
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_key /etc/nginx/ssl/{{ mc_domain }}.key;
|
||||||
ssl_certificate /etc/nginx/ssl/{{ mc_domain }}.crt;
|
ssl_certificate /etc/nginx/ssl/{{ mc_domain }}.crt;
|
||||||
|
Loading…
Reference in New Issue
Block a user