Hi nginx/1.8.0 I would like to be able to proxy http requests from a client via proxy_pass to upstream servers where the http connection from the client is closed and the http connection to the proxy_pass upstream is kept open. eg. #close all client requests keepalive_timeout 0; upstream domain { server domain.com; keepalive 50; } server { listen 8080; server_naby nginxuser99 - How to...
![]() |
![]() |
![]() |
![]() |
|