Merge pull request #86 from jscoupreman/master

Fix matching misp_web container name
Alexandre Dulaunoy 2020-07-08 11:51:06 +02:00 committed by GitHub
commit 14fbecf1c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ server {
location / {
include /etc/nginx/includes/proxy.conf;
proxy_pass http://misp-web;
proxy_pass http://misp_web;
}
access_log off;