summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-11-17 15:34:39 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2015-11-17 15:34:39 +0100
commitf83f47852e26a64e36fe54916aa954ee4f008c48 (patch)
tree730b4bf565fe466ff217fdf182460639061bc916
parenta1fd996c72a985c0ac749ab8c3b935fb93a4fb53 (diff)
downloadnixos-f83f47852e26a64e36fe54916aa954ee4f008c48.tar
nixos-f83f47852e26a64e36fe54916aa954ee4f008c48.tar.gz
nixos-f83f47852e26a64e36fe54916aa954ee4f008c48.tar.bz2
nixos-f83f47852e26a64e36fe54916aa954ee4f008c48.tar.xz
nixos-f83f47852e26a64e36fe54916aa954ee4f008c48.zip
syntax
-rw-r--r--custom/ymir.nginx4
1 files changed, 2 insertions, 2 deletions
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 {
51 51
52 location /.well-known/acme/ { 52 location /.well-known/acme/ {
53 proxy_pass http://192.168.0.2:80/.well-known/acme/; 53 proxy_pass http://192.168.0.2:80/.well-known/acme/;
54 }; 54 }
55} 55}
56 56
57server { 57server {
@@ -66,5 +66,5 @@ server {
66 66
67 location /.well-known/acme/ { 67 location /.well-known/acme/ {
68 proxy_pass http://192.168.0.2:80/.well-known/acme/; 68 proxy_pass http://192.168.0.2:80/.well-known/acme/;
69 }; 69 }
70} 70}