redirect is probably not the solution.

This commit is contained in:
Colin Diem
2022-01-24 02:05:12 -05:00
parent eba9364059
commit 92864c1046

View File

@@ -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;