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 be enclosed in single or double quotes.
>

Just a quick note: thank you very much, it worked!

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to