From 35f3dae6de36c216473ccf7f6b4408f1e1a106f3 Mon Sep 17 00:00:00 2001 From: DeathByDenim Date: Sun, 20 Feb 2022 09:54:17 -0500 Subject: [PATCH] Force restart of NGINX. Seems to help with websockets --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy.sh b/deploy.sh index 1f962b4..ae28088 100755 --- a/deploy.sh +++ b/deploy.sh @@ -80,6 +80,9 @@ cp console2web/console2web.py /usr/bin/console2web "$(dirname "$0")"/scripts/deploy_xonotic-br.sh "$(dirname "$0")"/scripts/deploy_armagetron_advanced.sh +# Apply all pending firewall rules. NGINX shouldn't have to be restarted, but it seems to help. firewall-cmd --reload +systemctl restart nginx + echo echo "Installation complete. Password is ${systempassword}"