From 7e8e97770af272ddc9512d3a97a6c0f8441e9fde Mon Sep 17 00:00:00 2001 From: MickLesk Date: Sat, 15 Aug 2026 23:29:14 +0200 Subject: [PATCH] securo: enable nginx site via nginx_enable_site helper Replaces the manual symlink + default removal + restart with the core helper, which also runs nginx -t before restarting and enables the unit. --- install/securo-install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install/securo-install.sh b/install/securo-install.sh index ed9554466..f24ae935b 100644 --- a/install/securo-install.sh +++ b/install/securo-install.sh @@ -156,9 +156,7 @@ server { } } EOF -ln -sf /etc/nginx/sites-available/securo.conf /etc/nginx/sites-enabled/securo.conf -rm -f /etc/nginx/sites-enabled/default -systemctl restart nginx +nginx_enable_site securo.conf msg_ok "Configured Nginx" motd_ssh