We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 066f5c8 + d00c31e commit 0e0c783Copy full SHA for 0e0c783
server/files/entrypoint_nginx.sh
@@ -15,6 +15,7 @@ ENTRYPOINT_PID_FILE="/entrypoint_apache.install"
15
16
setup_cake_config(){
17
sed -i "s/'host' => 'localhost'.*/'host' => '$REDIS_FQDN', \/\/ Redis server hostname/" "/var/www/MISP/app/Plugin/CakeResque/Config/config.php"
18
+ sed -i "s/'host' => '127.0.0.1'.*/'host' => '$REDIS_FQDN', \/\/ Redis server hostname/" "/var/www/MISP/app/Plugin/CakeResque/Config/config.php"
19
}
20
21
init_misp_config(){
@@ -186,7 +187,7 @@ if [[ "$WARNING53" == true ]]; then
186
187
echo "This needs to be changed to /etc/nginx/certs."
188
echo "See: https://github.com/coolacid/docker-misp/issues/53"
189
echo "WARNING - WARNING - WARNING"
-fi
190
+fi
191
192
# Start NGINX
193
nginx -g 'daemon off;'
0 commit comments