Hi there- I had 3 questions about nginx functionality: a) suppose I have a location block in which I'd like to trigger some sort of script or 'notify' another location...would the best way be to use the HttpLuaModule, and execute a script within the location block? Or is there a simpler way? b) I'd like to do a setup where a single nginx is handling 4 other nginx nodes in a round-robin faby nginxnoob - How to...
So I want a setup where the user has a primary access (site1) and from there, if they click an icon, they are routed somewhere else (Which is actually roundrobin'd between 2 sites, sites3/4). so SITE1 is: upstream backend1 { server ip:<SITE2>; } server { server_name localhost; listen <SITE1>; root /srv/dev_site1/www; access_log /var/log/nginx/access_dev_sby nginxnoob - How to...
![]() |
![]() |
![]() |
![]() |
|