From 9eaae72637d9c98036bc521ff137fa3662d556b4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 19 Sep 2025 16:00:06 +0100 Subject: [PATCH] webui: Follow symlinks for static assets Fixes: #13873 - Prompt fonts generating 403 Forbidden error Signed-off-by: Michael Tremer --- config/httpd/vhosts.d/ipfire-interface-ssl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/httpd/vhosts.d/ipfire-interface-ssl.conf b/config/httpd/vhosts.d/ipfire-interface-ssl.conf index 17a916ff3..ae6b360fd 100644 --- a/config/httpd/vhosts.d/ipfire-interface-ssl.conf +++ b/config/httpd/vhosts.d/ipfire-interface-ssl.conf @@ -27,7 +27,7 @@ Header always set X-Frame-Options sameorigin - Options ExecCGI + Options ExecCGI FollowSymLinks AllowOverride None Require all granted -- 2.47.3