diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-17 15:36:53 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-17 15:36:53 +0100 |
commit | b25262ce4c2e87e577a1d07761aaf95e7252dfb0 (patch) | |
tree | ee9c5dc82e8d3102f735cc4cff5a5aa2bcfd5338 /custom | |
parent | f83f47852e26a64e36fe54916aa954ee4f008c48 (diff) | |
download | nixos-b25262ce4c2e87e577a1d07761aaf95e7252dfb0.tar nixos-b25262ce4c2e87e577a1d07761aaf95e7252dfb0.tar.gz nixos-b25262ce4c2e87e577a1d07761aaf95e7252dfb0.tar.bz2 nixos-b25262ce4c2e87e577a1d07761aaf95e7252dfb0.tar.xz nixos-b25262ce4c2e87e577a1d07761aaf95e7252dfb0.zip |
*poke*
Diffstat (limited to 'custom')
-rw-r--r-- | custom/ymir.nginx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/custom/ymir.nginx b/custom/ymir.nginx index b2c07549..ba40d59a 100644 --- a/custom/ymir.nginx +++ b/custom/ymir.nginx | |||
@@ -47,11 +47,11 @@ server { | |||
47 | ssl_certificate /etc/nginx/ssl/dirty-haskell.org/fullchain.pem; | 47 | ssl_certificate /etc/nginx/ssl/dirty-haskell.org/fullchain.pem; |
48 | ssl_certificate_key /etc/nginx/ssl/dirty-haskell.org/privkey.pem; | 48 | ssl_certificate_key /etc/nginx/ssl/dirty-haskell.org/privkey.pem; |
49 | 49 | ||
50 | root /srv/www/dirty-haskell.org; | ||
51 | |||
52 | location /.well-known/acme/ { | 50 | location /.well-known/acme/ { |
53 | proxy_pass http://192.168.0.2:80/.well-known/acme/; | 51 | proxy_pass http://192.168.0.2:80/.well-known/acme/; |
54 | } | 52 | } |
53 | |||
54 | root /srv/www/dirty-haskell.org; | ||
55 | } | 55 | } |
56 | 56 | ||
57 | server { | 57 | server { |
@@ -62,9 +62,9 @@ server { | |||
62 | ssl_certificate /etc/nginx/ssl/www.dirty-haskell.org/fullchain.pem; | 62 | ssl_certificate /etc/nginx/ssl/www.dirty-haskell.org/fullchain.pem; |
63 | ssl_certificate_key /etc/nginx/ssl/www.dirty-haskell.org/privkey.pem; | 63 | ssl_certificate_key /etc/nginx/ssl/www.dirty-haskell.org/privkey.pem; |
64 | 64 | ||
65 | root /srv/www/dirty-haskell.org; | ||
66 | |||
67 | location /.well-known/acme/ { | 65 | location /.well-known/acme/ { |
68 | proxy_pass http://192.168.0.2:80/.well-known/acme/; | 66 | proxy_pass http://192.168.0.2:80/.well-known/acme/; |
69 | } | 67 | } |
68 | |||
69 | root /srv/www/dirty-haskell.org; | ||
70 | } | 70 | } |