update readme.md

This commit is contained in:
2022-01-02 17:17:23 +08:00
parent c601f31bca
commit b576b49b0e

View File

@@ -51,6 +51,14 @@ OPTIONS:
}
```
Nginx.conf 配置:
```nginx.conf
location /.well-known/acme-challenge/ {
proxy_http_version 1.1;
proxy_pass http://127.0.0.1:18342/.well-known/acme-challenge/;
}
```
<br>