Update _index.de.md

This commit is contained in:
RustDesk 2025-05-11 15:51:52 +08:00 committed by GitHub
parent fd39ab044a
commit a59b32a3d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -273,8 +273,8 @@ Der Grund könnte sein, dass Certbot die Datei `rustdesk.conf` nicht findet. Sie
```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/;
} }
``` ```