We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be3fab3 + d48584c commit 95f403fCopy full SHA for 95f403f
convertfromos.sh
@@ -284,6 +284,8 @@ rustdesknginx="$(
284
server {
285
server_name ${wanip};
286
location / {
287
+ proxy_set_header X-Real-IP $remote_addr;
288
+ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
289
proxy_pass http://127.0.0.1:21114/;
290
}
291
install.sh
@@ -268,6 +268,8 @@ rustdesknginx="$(
268
269
270
271
272
273
274
275
0 commit comments