enable testing server

This commit is contained in:
Ajay Ramachandran
2021-10-26 22:00:32 -04:00
parent 59b1d02075
commit 6db89778a9

View File

@@ -95,8 +95,8 @@ http {
} }
location /test/ { location /test/ {
return 404 ""; # return 404 "";
#proxy_pass http://localhost:4440/; proxy_pass http://10.0.0.3:4445;
#proxy_pass https://sbtest.etcinit.com/; #proxy_pass https://sbtest.etcinit.com/;
} }