When NGINX load balancing starts a server node in the background, it can be accessed normally. When starting the two application service nodes in the background, it can only access the login interface. After successful login, it cannot go to the next page.
ringa_lee
2017-05-16 17:27:00
When NGINX load balancing starts a server node in the background, it can be accessed normally. When starting two application service nodes in the background, it can only access the login interface. After successful login, it cannot go to the next page. Please analyze and answer
Has the background application session been shared? Or is the ngxin configuration session sticky?
My guess is:Can even two back-end application servers be accessed individually? Are all kinds of things OK?
What is the error code when the jump cannot be made? Is it the error page given by nginx or the error page of the backend APP?
session
同步的问题吧。请在upstream
配置段内加入ip_hash
Configuration~