Add missing ;
This commit is contained in:
parent
311236ac0e
commit
8d4485972b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
server {
|
||||
listen 443 ssl;
|
||||
server_name {{ inventory_hostname }}
|
||||
server_name {{ inventory_hostname }};
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/{{ inventory_hostname }}/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/{{ inventory_hostname }}/privkey.pem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue