From f83f47852e26a64e36fe54916aa954ee4f008c48 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 17 Nov 2015 15:34:39 +0100 Subject: syntax --- custom/ymir.nginx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'custom') diff --git a/custom/ymir.nginx b/custom/ymir.nginx index ef303ef2..b2c07549 100644 --- a/custom/ymir.nginx +++ b/custom/ymir.nginx @@ -51,7 +51,7 @@ server { location /.well-known/acme/ { proxy_pass http://192.168.0.2:80/.well-known/acme/; - }; + } } server { @@ -66,5 +66,5 @@ server { location /.well-known/acme/ { proxy_pass http://192.168.0.2:80/.well-known/acme/; - }; + } } -- cgit v1.2.3