Trying to install fody.

This commit is contained in:
Johan Björklund 2024-11-18 16:34:48 +01:00
parent 8a23ef3074
commit b87dfb39ae
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -46,8 +46,8 @@
# RewriteCond %{REQUEST_URI} !^/(index.html|static|api|intelmq-webinput)
# RewriteRule .* /index.html [PT]
DocumentRoot /opt/intelmq/www-fody
<Directory /opt/intelmq/www-fody>
DocumentRoot /opt/intelmq/www/fody
<Directory /opt/intelmq/www/fody>
<IfModule mod_headers.c>
Header set Content-Security-Policy "script-src 'self'"
Header set X-Content-Security-Policy "script-src 'self'"