Update install.sh

This commit is contained in:
dinger1986 2023-09-27 13:27:38 +01:00 committed by GitHub
parent 7ae3739716
commit bdbe6e4bd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,6 +268,8 @@ rustdesknginx="$(
server {
server_name ${wanip};
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/;
}
}