1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00

[enh] Add --ws2p-remote-path "/ws2p" as configured in Nginx vhost

This commit is contained in:
Moul 2021-04-19 19:33:27 +02:00
parent a44ee9d4c8
commit 5ee8d5322d

View file

@ -27,7 +27,7 @@ INSTALL_SYSTEMD () {
CONFIGURE_DUNITER () {
duniter config --bma --ipv4 127.0.0.1 --port $port --remoteh $domain --remotep 443 --noupnp
duniter config --ws2p-host 127.0.0.1 --ws2p-port 20901 --ws2p-remote-host $domain --ws2p-remote-port 443 --ws2p-noupnp
duniter config --ws2p-host 127.0.0.1 --ws2p-port 20901 --ws2p-remote-host $domain --ws2p-remote-port 443 --ws2p-remote-path "/ws2p" --ws2p-noupnp
}
CONFIG_PERMISSIONS () {