Re: Custom error pages and access_log inheritance

2015-10-02 Thread Francis Daly
On Fri, Oct 02, 2015 at 07:30:28AM -0400, bjoe2k4 wrote: Hi there, > i was wondering if it is possible to have custom error pages *without* the > error page locations inheriting the http or server level access_log > directives. Requests are logged in the context of a location where processing en

Custom error pages and access_log inheritance

2015-10-02 Thread bjoe2k4
Hi, i was wondering if it is possible to have custom error pages *without* the error page locations inheriting the http or server level access_log directives. Please consider the following config: -- server { listen *:80; server_name test.domain; root /app/www/;