diff options
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/ymir.nginx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/custom/ymir.nginx b/custom/ymir.nginx index 1fb0afcb..ef303ef2 100644 --- a/custom/ymir.nginx +++ b/custom/ymir.nginx | |||
| @@ -48,6 +48,10 @@ server { | |||
| 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; | 50 | root /srv/www/dirty-haskell.org; |
| 51 | |||
| 52 | location /.well-known/acme/ { | ||
| 53 | proxy_pass http://192.168.0.2:80/.well-known/acme/; | ||
| 54 | }; | ||
| 51 | } | 55 | } |
| 52 | 56 | ||
| 53 | server { | 57 | server { |
| @@ -59,4 +63,8 @@ server { | |||
| 59 | 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; |
| 60 | 64 | ||
| 61 | root /srv/www/dirty-haskell.org; | 65 | root /srv/www/dirty-haskell.org; |
| 66 | |||
| 67 | location /.well-known/acme/ { | ||
| 68 | proxy_pass http://192.168.0.2:80/.well-known/acme/; | ||
| 69 | }; | ||
| 62 | } | 70 | } |
