Skip to content

Commit 52c9049

Browse files
committed
change csp include to be optional incase it hasn't been generated to prevent apache fail
1 parent 6664766 commit 52c9049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/apache2.site

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ AddDefaultCharset utf-8
192192
</IfModule>
193193

194194
# Pull in the Apache2 ContentPolicy
195-
Include /opt/fpp/etc/apache2.csp
195+
IncludeOptional /opt/fpp/etc/apache2.csp
196196

197197
<IfModule mod_headers.c>
198198
# Set other security settings

0 commit comments

Comments
 (0)