diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-17 15:41:54 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-17 15:41:54 +0100 |
| commit | b14ac4a71ac354a5a0e875e940796cd1fabfc568 (patch) | |
| tree | 8949d232a8e09780cb3b35e654075c41a1decc7a | |
| parent | c6ae94fdab9da772616e4f10ba7499f327bd5ac7 (diff) | |
| download | nixos-b14ac4a71ac354a5a0e875e940796cd1fabfc568.tar nixos-b14ac4a71ac354a5a0e875e940796cd1fabfc568.tar.gz nixos-b14ac4a71ac354a5a0e875e940796cd1fabfc568.tar.bz2 nixos-b14ac4a71ac354a5a0e875e940796cd1fabfc568.tar.xz nixos-b14ac4a71ac354a5a0e875e940796cd1fabfc568.zip | |
*poke*
| -rw-r--r-- | custom/ymir.nginx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/custom/ymir.nginx b/custom/ymir.nginx index c510319f..62750d8f 100644 --- a/custom/ymir.nginx +++ b/custom/ymir.nginx | |||
| @@ -36,6 +36,10 @@ server { | |||
| 36 | listen [::]:80; | 36 | listen [::]:80; |
| 37 | server_name dirty-haskell.org www.dirty-haskell.org; | 37 | server_name dirty-haskell.org www.dirty-haskell.org; |
| 38 | 38 | ||
| 39 | location /.well-known/acme/ { | ||
| 40 | proxy_pass http://192.168.0.2:80/.well-known/acme/; | ||
| 41 | } | ||
| 42 | |||
| 39 | root /srv/www/dirty-haskell.org; | 43 | root /srv/www/dirty-haskell.org; |
| 40 | } | 44 | } |
| 41 | 45 | ||
| @@ -51,9 +55,7 @@ server { | |||
| 51 | proxy_pass http://192.168.0.2:80/.well-known/acme/; | 55 | proxy_pass http://192.168.0.2:80/.well-known/acme/; |
| 52 | } | 56 | } |
| 53 | 57 | ||
| 54 | location / { | 58 | root /srv/www/dirty-haskell.org; |
| 55 | root /srv/www/dirty-haskell.org; | ||
| 56 | } | ||
| 57 | } | 59 | } |
| 58 | 60 | ||
| 59 | server { | 61 | server { |
| @@ -68,7 +70,5 @@ server { | |||
| 68 | proxy_pass http://192.168.0.2:80/.well-known/acme/; | 70 | proxy_pass http://192.168.0.2:80/.well-known/acme/; |
| 69 | } | 71 | } |
| 70 | 72 | ||
| 71 | location / { | 73 | root /srv/www/dirty-haskell.org; |
| 72 | root /srv/www/dirty-haskell.org; | ||
| 73 | } | ||
| 74 | } | 74 | } |
