From d2b2ffa3d5164dfab2abcb772d6a17c92882ed65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=ADcolas=20Pastorello?= Date: Tue, 28 Jan 2025 15:41:46 -0300 Subject: [PATCH] Update install/paymenter-install.sh Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> --- install/paymenter-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/paymenter-install.sh b/install/paymenter-install.sh index 8e0622a9..6b1abdf0 100644 --- a/install/paymenter-install.sh +++ b/install/paymenter-install.sh @@ -103,7 +103,7 @@ server { EOF ln -s /etc/nginx/sites-available/paymenter.conf /etc/nginx/sites-enabled/ rm -f /etc/nginx/sites-enabled/default -$STD systemctl restart nginx +$STD systemctl reload nginx chown -R www-data:www-data /opt/paymenter/* msg_ok "Configured Nginx"