1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rustdesk-server_ynh.git synced 2024-09-03 20:16:24 +02:00
rustdesk-server_ynh/conf/nginx.conf

7 lines
217 B
Nginx Configuration File
Raw Normal View History

2023-10-29 16:23:32 +01:00
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
2023-11-01 11:32:20 +01:00
proxy_pass http://127.0.0.1:__PORT_HBBS__;
2023-10-31 22:51:24 +01:00
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
}