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