NGINX - Not Calling Java Based Auth Applicaiton running in Spring Boot

2017-03-29 Thread zaidahmd
Hi, I am implementing nginx as API gateway. I have two applications written in spring-boot-web with angularjs. One application is which is auth application and has login.html page inside it. The othe is my upstream applicaiton. My issue is when I comment/disable the /auth part of the below config

Re: HTTP To TCP Conversion

2017-03-29 Thread nginxsantos
Can someone please guide me on how this can be done. I am quite familiar with nginx code. If someone can guide me how this can be achieved (passing the incoming traffic over tcp connection to tcp clients), I can pick up... Any help from the nginx team would be appreciated. Posted at Nginx Forum:

How nginx write same log file concurrently

2017-03-29 Thread crasyangel
Write same fd after fork() directly, it would do the work? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,273286,273286#msg-273286 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

NGINX - API Gateway - Can It work With Session Based Authentication and Upstream Applicaitons

2017-03-29 Thread zaidahmd
Hi Guys, I read the NGINX docs for API Gateway functionality where I can get my the users to my upstream application get authenticated by a different application. My Idea was to develop 2 applications as a proof of concept. The applications are as follows 1. Main Application :

slow keep-alive with generic kernel

2017-03-29 Thread sv_91
There are 2 different versions of the program, using keep-alive First program, between the call to the connect operation and the write operation, there is a short amount of time Second program, write operation is called immediately after the connect operation. At the same time, the first program sh