Re: 504 timeout

2020-05-12 Thread Norman Gray
resentation sent with this response ought to describe the request's current status and point to (or embed) a status monitor that can provide the user with an estimate of when the request will be fulfilled. -- Norman Gray : https://nxg.me.uk __

Re: rewrite and map ??interfering regexps

2020-04-26 Thread Norman Gray
#x27; documentation relatively simple. It only needs to be seen by people using 'rewrite' and 'map' together, who might be assumed to be marginally more sophisticated users. Best wishes, Norman -- Norman Gray : https://nxg.me.uk ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

rewrite and map ??interfering regexps

2020-04-26 Thread Norman Gray
} location /_defaultroot { # not a 'rehomed' one internal; error_page 404 /404-private.html; } location /_newroot { internal; root html/x; } error_page 500 502 503 504 /50x.html; location = /50x.html { root html; } } } -- Norman Gray : https://nxg.me.uk ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx