Nginx ask me to watch error log but error log is empty

Valentin V. Bartenev vbart at nginx.com
Sat Feb 15 21:12:19 UTC 2014


On Saturday 15 February 2014 16:08:04 okayyyyy wrote:
> Hello,
> 
> Sometimes I get a 403 error also "Un error occured. Faithfully yours,
> nginx." with nothing in error.log
> 
> Already checked
>  /var/log/nginx/error.log
> /usr/local/nginx/logs/error.log
> 
> Both of them are chmod in 777
> 
> I'm tried to configure rutorrent but I can't even access, Got a 403 forbiden
> ... I use domain2.com conf
> 
> Any one can help me to understand ?
> 
> Here is my conf  nginx.conf:
> 
[..]
> 	server {
>         listen       80;
>         server_name  localhost;
> 	
> 	access_log  on;
> 	error_log on;
[..] 	
> server {
>         listen       80;
>         server_name  domain1.com;
> 	
> 	access_log  off;
>     error_log off;
[..]
>     server {
>         listen       80;
>         server_name  domain2.com;
> 	
> 	access_log  off;
>     error_log off;
[..]
> 	server {
>         listen       80;
>         server_name  domain3.com;
> 
> 	access_log  off;
>  	error_log off;
[..]

So, you should check file with name "off" in working directory.

  wbr, Valentin V. Bartenev



More information about the nginx mailing list