From 92864c10468cfb3e6064e0e19f03aa36bd709114 Mon Sep 17 00:00:00 2001 From: Colin Diem Date: Mon, 24 Jan 2022 02:05:12 -0500 Subject: [PATCH] redirect is probably not the solution. --- nginx-reverse-proxy/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-reverse-proxy/default.conf b/nginx-reverse-proxy/default.conf index 67368ba..2a7e9c0 100644 --- a/nginx-reverse-proxy/default.conf +++ b/nginx-reverse-proxy/default.conf @@ -124,7 +124,7 @@ server { location / { include /etc/nginx/includes/proxy.conf; - return 301 http://192.168.1.12:30000/; + proxy_pass http://192.168.1.12:30000/; } access_log /var/log/nginx/foundry-access.log combined;