Re: Feature request to "access_log" directive

2022-04-08 Thread Francis Daly
On Mon, Apr 04, 2022 at 04:28:54PM -0300, Fabiano Furtado Pessoa Coelho wrote: Hi there, > Sorry to bother you with this feature request. I believe you software > engineers already thought about it and there are a million reasons to > not implement it. I suspect that what you are asking for prob

Re: Nginx 404 redirection to error page

2022-04-08 Thread Francis Daly
On Fri, Apr 08, 2022 at 05:44:08PM +0530, Dhanushka Parakrama wrote: Hi there, > when it try to access non existing page such as https://example.com/abc > , then from nginx page correctly get redirect to the > *https://example.com/page-not-found > But when i try to access non non-existing pa

Nginx 404 redirection to error page

2022-04-08 Thread Dhanushka Parakrama
Hi All I have simple drupal site running and i wanted to redirect 404 pages to a error page , So i have following configuration in place error_page 404 https://example.com/page-not-found; when it try to access non existing page such as https://example.com/abc , then from nginx page correc