Update _index.en.md

This commit is contained in:
RustDesk
2025-05-11 15:50:47 +08:00
committed by GitHub
parent b76b593c7b
commit fd39ab044a

View File

@@ -340,10 +340,10 @@ The reason may be Certbot doesn't find the `rustdesk.conf` file, you can try one
```sh ```sh
location / { location / {
proxy_set_header X-Real-IP \$remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://127.0.0.1:21114/; proxy_pass http://127.0.0.1:21114/;
} }
``` ```
* `too many certificates (5) already issued for this exact set of domains in the last 168 hours` * `too many certificates (5) already issued for this exact set of domains in the last 168 hours`