From 5ee8d5322d6cf1f2ef2e9fc81b2b5e890d09d374 Mon Sep 17 00:00:00 2001 From: Moul Date: Mon, 19 Apr 2021 19:33:27 +0200 Subject: [PATCH] [enh] Add --ws2p-remote-path "/ws2p" as configured in Nginx vhost --- scripts/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/functions.sh b/scripts/functions.sh index 977584c..4b119c4 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -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 () {