Re: rewrite rules cms phpwcms not working

2015-02-23 Thread dansch8888
Hi Francis, after some testing I use this rules now. These are working fine with my environment. **Nginx Site Config /etc/nginx/sites-available/default :** map $request_uri $bit_of_qs { default ""; ~/(?P.*)\.html $name; } ... server { ... location ^~ /config/phpwcms/{ deny all

Re: Upstream Keepalive connection close

2015-02-23 Thread Gona
Hi Maxim, If possible I would like to use a keep-alive connection timeout less than that of the backend servers to avoid premature connection close by backend server. As mentioned before, I am trying to avoid other options like rerouting using proxy_next_upstream or retrying by downstream client.