InvestLab

Results 14 issues of InvestLab

This is my config: #---------------------------------------------------- ``` upstream appserver { server 10.0.16.46:8080 weight=1; server 10.0.16.48:8080 weight=1; check interval=3000 rise=2 fall=5 timeout=1000 port=8080 type=http; check_http_send "GET /healthcheck HTTP/1.0\r\n\r\n"; check_http_expect_alive http_2xx; } server...

Hi there, I Installed Ok but Nginx is fail while add Check confing in Upstream :(

I get an error telling: ValueError: substring not found how can i fix this error? ![Screenshot_2](https://user-images.githubusercontent.com/10806362/202136387-9b0ff9c4-7bdd-4ac6-bc15-5064968a7b22.png)

Hi there, I get an error like image bellow. Can you help me fix it, plz. ![image](https://user-images.githubusercontent.com/10806362/101453979-ccc56980-3962-11eb-80c5-ee07875b16be.png) Thank you!