Remove http:// as default baseurl

Causes some annoying side effects
pull/3/head
Andras Iklody 2018-01-19 23:42:23 +01:00 committed by GitHub
parent 9951a1bd05
commit ca563becc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ DBPASSWORD_MISP="$(openssl rand -hex 32)"
# Webserver configuration
PATH_TO_MISP='/var/www/MISP'
MISP_BASEURL='http://'
MISP_BASEURL=''
MISP_LIVE='1'
FQDN='localhost'
@ -333,7 +333,7 @@ sudo chown -R www-data:www-data $PATH_TO_MISP/app/Config
sudo chmod -R 750 $PATH_TO_MISP/app/Config
# Set some MISP directives with the command line tool
##sudo $PATH_TO_MISP/app/Console/cake Baseurl ""
sudo -u www-data /var/www/MISP/app/Console/cake Baseurl http://
##sudo -u www-data /var/www/MISP/app/Console/cake Baseurl http://
sudo $PATH_TO_MISP/app/Console/cake Live $MISP_LIVE