From 6fb99b2a4d3bf36abc77d71fea2968363581fbb9 Mon Sep 17 00:00:00 2001 From: Steven Goossens Date: Wed, 4 Nov 2020 16:54:27 +0100 Subject: [PATCH] Update default.conf Changed redirect from misp_web to web --- proxy/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/default.conf b/proxy/default.conf index cf87db6..2c4c753 100644 --- a/proxy/default.conf +++ b/proxy/default.conf @@ -15,7 +15,7 @@ server { location / { include /etc/nginx/includes/proxy.conf; - proxy_pass http://misp_web; + proxy_pass http://web; } access_log off;