Trying a 301 redirect.

This commit is contained in:
Colin Diem
2022-01-24 01:52:33 -05:00
parent 59ba581e81
commit eba9364059

View File

@@ -124,7 +124,7 @@ server {
location / {
include /etc/nginx/includes/proxy.conf;
proxy_pass http://192.168.1.12:30000/;
return 301 http://192.168.1.12:30000/;
}
access_log /var/log/nginx/foundry-access.log combined;