Re: Custom 413 error pages when client_max_body_size exceeded

2022-10-20 Thread Frank Swasey
You do realize you redirected to .htm and specified .html in the location, right? On Thu, Oct 20, 2022 at 14:02 Dan G. Switzer, II wrote: > Sergey, > > Thanks for taking the time to respond. That's not working for me. I tried > the following: > > > server { > listen 80; > > client_max_

Re: Re: Re: fix accidental corrdump

2022-09-29 Thread Frank Swasey
this argument all over again. ~ Frank Swasey, lurker On Thu, Sep 29, 2022 at 3:53 PM Maxim Dounin wrote: > Hello! > > On Thu, Sep 29, 2022 at 04:30:45PM +0800, zjd wrote: > > > Actually, I'm not sure where is coredump; So I think > > l->alloc=NULL after free(l

Re: Nginx stop logging

2022-09-04 Thread Frank Swasey
ll` 2>/dev/null || > true > endscript > } > > Can I had on (create 0640 nginx root) on the server whitout risking to > break everything on next logs rotates? > Thank you, > Vincent. > > On 9/4/22 14:17, Frank Swasey wrote: > > This sounds like your log rotation

Re: Nginx stop logging

2022-09-04 Thread Frank Swasey
This sounds like your log rotation process is not signalling nginx to write a new log. I don't know Rocky Linux, so I can't be specific in further suggestions. ~ Frank On Sun, Sep 4, 2022 at 7:24 AM Vincent M. wrote: > Hello, > > The logs are working fine but once a day, nginx stop loging acc