Re: How to combine text and variables in fastcgi_param?

2014-02-24 Thread naxa
On 2014.02.23. 14:51, Maxim Dounin wrote: > Try this: > > fastcgi_param SCRIPT_FILENAME "$document_root$fastcgi_script_name"; > > or this: > > fastcgi_param SCRIPT_FILENAME '$document_root$fastcgi_script_name'; > > If a parameter includes special characters, the whole parameter > should

How to combine text and variables in fastcgi_param?

2014-02-23 Thread naxa
Hello there dear nginx people, I am a beginner in nginx and also to mailing lists. :) Once read the docs I can't say I am sure I remember all the important parts so please excuse me if I am asking something silly. I'm having trouble with using the `value` part `fastcgi_param` of ngx_http_fastcgi.