Update default.conf

Changed redirect from misp_web to web
Steven Goossens 2020-11-04 16:54:27 +01:00 committed by GitHub
parent 813137488c
commit 6fb99b2a4d
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://web;
}
access_log off;