From fd39ab044a2cd353d422afc158c89588ac812768 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Sun, 11 May 2025 15:50:47 +0800 Subject: [PATCH] Update _index.en.md --- content/self-host/rustdesk-server-pro/faq/_index.en.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/self-host/rustdesk-server-pro/faq/_index.en.md b/content/self-host/rustdesk-server-pro/faq/_index.en.md index dbbd86a..d53fcc4 100644 --- a/content/self-host/rustdesk-server-pro/faq/_index.en.md +++ b/content/self-host/rustdesk-server-pro/faq/_index.en.md @@ -340,10 +340,10 @@ The reason may be Certbot doesn't find the `rustdesk.conf` file, you can try one ```sh location / { - 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/; - } + 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/; +} ``` * `too many certificates (5) already issued for this exact set of domains in the last 168 hours`