mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-06-18 14:41:20 +00:00
Update _index.de.md
This commit is contained in:
@@ -273,8 +273,8 @@ Der Grund könnte sein, dass Certbot die Datei `rustdesk.conf` nicht findet. Sie
|
||||
|
||||
```sh
|
||||
location / {
|
||||
proxy_set_header X-Real-IP \$remote_addr;
|
||||
proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_pass http://127.0.0.1:21114/;
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user