>> for instance in apache .htaccess if i add php_flag display_errors "0" it
>> doesnt show me error message anymore
While nginx doesnt provide such option you can accomplish it with PHP which
has exactly such feature for Fastcgi sapi -
http://www.php.net/manual/en/configuration.file.per-user.php
In short starting with 5.3.0 php you can put a '.user.ini' file in directory
containing 'display_errors=0' and it should work.
rr
_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx