I can't use Google's HTTP load balance because it does not support web socket.
So my NGINX is running in Google Container Engine, behind Google Network Load Balance.
When the request arrives NGINX in docker container, it gets the IP of the NODE instead of the client ip.
2016/04/07 10:53:47 [error] 94#0: *73 access forbidden by rule, client: 10.132.0.9
How to solve this problem?