From: Michael Tremer Date: Fri, 19 Sep 2025 15:00:06 +0000 (+0100) Subject: webui: Follow symlinks for static assets X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9eaae72637d9c98036bc521ff137fa3662d556b4;p=ipfire-2.x.git webui: Follow symlinks for static assets Fixes: #13873 - Prompt fonts generating 403 Forbidden error Signed-off-by: Michael Tremer --- 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