Re: Wrong documentation about fastcgi_param...

2022-05-29 Thread Dimitri via nginx-devel
Hi Maxim, yes sorry, it's the wrong mailing-list. I've got it wrong. I thought, that the current level only overwrite the specified parameters and takes the other parameters from the global level(which makes more sense to me). However, sorry for the misplaced post and thanks for the clarificati

Re: Wrong documentation about fastcgi_param...

2022-05-28 Thread Maxim Dounin
Hello! On Sat, May 28, 2022 at 12:38:45PM +, Dimitri via nginx-devel wrote: > Hi, > > for a few hours yesterday i've had the Problem "FastCGI sent in > stderr: "Primary script unknown" while reading response header > from upstream". > > I use PHP-FPM with chroot and know about the > conf

Wrong documentation about fastcgi_param...

2022-05-28 Thread Dimitri via nginx-devel
Hi, for a few hours yesterday i've had the Problem "FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream". I use PHP-FPM with chroot and know about the configuration-problems with wrong "fastcgi_param SCRIPT_FILENAME ...", which you can find on the intern