From 39aa152c12c6a493461a5c425d9878f759c83ea7 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:57:50 +0100 Subject: [PATCH] fix: reitti start nginx (#11095) --- ct/reitti.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ct/reitti.sh b/ct/reitti.sh index aad160a5d..3b52d99e4 100644 --- a/ct/reitti.sh +++ b/ct/reitti.sh @@ -83,6 +83,9 @@ EOF msg_info "Starting Service" systemctl start reitti + chown -R www-data:www-data /var/cache/nginx + chmod -R 750 /var/cache/nginx + systemctl restart nginx msg_ok "Started Service" msg_ok "Updated successfully!" fi