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
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:
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
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 :
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