Switch testing server ip

This commit is contained in:
Ajay Ramachandran
2021-10-26 22:02:50 -04:00
parent 6db89778a9
commit 452d8a47f5

View File

@@ -96,7 +96,7 @@ http {
location /test/ {
# return 404 "";
proxy_pass http://10.0.0.3:4445;
proxy_pass http://10.0.0.5:4445;
#proxy_pass https://sbtest.etcinit.com/;
}