![]() |
switching from nginx to LSLB
Hello,
I would like to switch from nginx to lslb, but I need help with the configuration I'm currently using this nginx configuration: Code:
upstream xyz {but there isn't mentioned how to use the "Content aware: route request based on request content" feature. |
From your nginx configuration, I guess you want to route requests based on URL.
For sitemap and static file, create a cluster with one member 127.0.0.1:81, then create a regex matching context, use that cluster as handler. Create a cluster with members 192.168.0.4,192.168.0.3,127.0.0.1:81, use it as default cluster. |
could you give me an example screenshot on that context thingy? or a link to the documentation?
|
For online help, please click the "Help" link in the web console, then go to "Configuration"->"Context"
It is very simple if you familiar with our web server admin console. Just like a proxy context for web server. The URI should be like Code:
exp: ^/(images|customavatars|customprofilepics|customgroupicons|signaturepics|albums|attachments|clientscript|iconimages|vbulletin_css|vbseo_sitemap)/ |
| All times are GMT -7. The time now is 12:56 PM. |