forked from SUNET/soc-ops
Other fixes.
This commit is contained in:
parent
8aa478ba85
commit
28ff952ace
2 changed files with 4 additions and 2 deletions
|
@ -24,4 +24,6 @@ pip3 install $PY_CERTBUND_CONTACT
|
|||
# Due to Certbund contact overwrite files for some reason, reinstall intelmq
|
||||
pip3 install --force-reinstall intelmq
|
||||
|
||||
intelmq-manager-build -o /opt/intelmq/www/intelmq-manager
|
||||
|
||||
touch /opt/intelmq/.installed
|
||||
|
|
|
@ -56,8 +56,8 @@
|
|||
Options FollowSymLinks
|
||||
</Directory>
|
||||
|
||||
Alias /intelmq-manager /usr/share/intelmq_manager/html/
|
||||
<Directory /usr/share/intelmq_manager/html>
|
||||
Alias /intelmq-manager /opt/intelmq/www/intelmq-manager
|
||||
<Directory /opt/intelmq/www/intelmq-manager>
|
||||
# AuthType Basic
|
||||
# AuthName "IntelMQ"
|
||||
# AuthBasicProvider file
|
||||
|
|
Loading…
Add table
Reference in a new issue