diff options
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 | } |
