mirror of
https://github.com/YunoHost-Apps/rustdesk-server_ynh.git
synced 2024-09-03 20:16:24 +02:00
fix
This commit is contained in:
parent
ba2e2794ae
commit
dbf56b3d29
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
||||
location __PATH__/ {
|
||||
|
||||
proxy_pass http://127.0.0.1:__PORT_HBBS__;
|
||||
proxy_pass http://127.0.0.1:__PORT_HBBSBIS__;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
}
|
|
@ -8,7 +8,7 @@ Group=__APP__
|
|||
Restart=always
|
||||
LimitNOFILE=1000000
|
||||
WorkingDirectory=__INSTALL_DIR__/
|
||||
ExecStart=__INSTALL_DIR__/hbbr #-p __PORT_HBBR__
|
||||
ExecStart=__INSTALL_DIR__/hbbr -p __PORT_HBBR__
|
||||
StandardOutput=append:/var/log/__APP__/hbbr.log
|
||||
StandardError=append:/var/log/__APP__/hbbr.error
|
||||
RestartSec=10
|
||||
|
|
|
@ -8,7 +8,7 @@ Group=__APP__
|
|||
Restart=always
|
||||
LimitNOFILE=1000000
|
||||
WorkingDirectory=__INSTALL_DIR__/
|
||||
ExecStart=__INSTALL_DIR__/hbbs -r 127.0.0.1 -p __PORT_HBBS__
|
||||
ExecStart=__INSTALL_DIR__/hbbs #-r 127.0.0.1 -p __PORT_HBBSBIS__
|
||||
StandardOutput=append:/var/log/__APP__/hbbs.log
|
||||
StandardError=append:/var/log/__APP__/hbbs.error
|
||||
RestartSec=10
|
||||
|
|
Loading…
Reference in a new issue