From e4b96ec200d9c3d4b39c6f4483613d878a6f3570 Mon Sep 17 00:00:00 2001 From: Nolhan Date: Fri, 24 Oct 2025 18:37:41 +0200 Subject: [PATCH] Change config_path to /etc/bunkerweb/variables.env (#8618) --- frontend/public/json/bunkerweb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/bunkerweb.json b/frontend/public/json/bunkerweb.json index 9fe806f6d..7f491e216 100644 --- a/frontend/public/json/bunkerweb.json +++ b/frontend/public/json/bunkerweb.json @@ -12,7 +12,7 @@ "documentation": "https://docs.bunkerweb.io/latest/", "website": "https://www.bunkerweb.io/", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/bunkerweb.webp", - "config_path": "/opt/bunkerweb/variables.env", + "config_path": "/etc/bunkerweb/variables.env", "description": "BunkerWeb is a security-focused web server that enhances web application protection. It guards against common web vulnerabilities like SQL injection, XSS, and CSRF. It features simple setup and configuration using a YAML file, customizable security rules, and provides detailed logs for traffic monitoring and threat detection.", "install_methods": [ {