mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
puppet: Add missing semicolons left off in ba3b88c81b.
This commit is contained in:
@@ -10,8 +10,8 @@ server {
|
|||||||
# Snakeoil verts are good for 10 years after initial creation, but
|
# Snakeoil verts are good for 10 years after initial creation, but
|
||||||
# the ALBs don't even check expiration. ¯\_(ツ)_/¯
|
# the ALBs don't even check expiration. ¯\_(ツ)_/¯
|
||||||
ssl on;
|
ssl on;
|
||||||
ssl_certificate /etc/ssl/certs/ssl-cert-snakeoil.pem
|
ssl_certificate /etc/ssl/certs/ssl-cert-snakeoil.pem;
|
||||||
ssl_certificate_key /etc/ssl/private/ssl-cert-snakeoil.key
|
ssl_certificate_key /etc/ssl/private/ssl-cert-snakeoil.key;
|
||||||
|
|
||||||
server_name zulipchat.com *.zulipchat.com;
|
server_name zulipchat.com *.zulipchat.com;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user