Fix match misp_web container name

jscoupreman 2020-03-15 22:17:29 +01:00 committed by GitHub
parent 431ef652b7
commit 542da7de26
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;