From 98d69e1ce82e619545a780039320f2b74701828a Mon Sep 17 00:00:00 2001 From: Jeff Keller Date: Thu, 2 Oct 2025 18:17:43 +0000 Subject: [PATCH] Restart nginx --- install/proxmox/proxmox-install-netalertx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/proxmox/proxmox-install-netalertx.sh b/install/proxmox/proxmox-install-netalertx.sh index 809d051c..097888a3 100755 --- a/install/proxmox/proxmox-install-netalertx.sh +++ b/install/proxmox/proxmox-install-netalertx.sh @@ -387,6 +387,7 @@ EOF systemctl daemon-reload systemctl enable netalertx.service systemctl start netalertx.service +systemctl restart nginx # Verify service is running if systemctl is-active --quiet netalertx.service; then