mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-20 17:57:47 +02:00
Update _index.en.md
This commit is contained in:
parent
b76b593c7b
commit
fd39ab044a
@ -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`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user