diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-17 15:34:39 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-17 15:34:39 +0100 |
| commit | f83f47852e26a64e36fe54916aa954ee4f008c48 (patch) | |
| tree | 730b4bf565fe466ff217fdf182460639061bc916 /custom | |
| parent | a1fd996c72a985c0ac749ab8c3b935fb93a4fb53 (diff) | |
| download | nixos-f83f47852e26a64e36fe54916aa954ee4f008c48.tar nixos-f83f47852e26a64e36fe54916aa954ee4f008c48.tar.gz nixos-f83f47852e26a64e36fe54916aa954ee4f008c48.tar.bz2 nixos-f83f47852e26a64e36fe54916aa954ee4f008c48.tar.xz nixos-f83f47852e26a64e36fe54916aa954ee4f008c48.zip | |
syntax
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/ymir.nginx | 4 |
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 | ||
| 57 | server { | 57 | server { |
| @@ -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 | } |
