Page 1 of 1

No such file or directory

Posted: Sun Apr 07, 2019 1:00 am
by augustocarmo
Hello, my server can't start the NGINX, it shows an error on line 64 of the /home/admin/conf/web/domain.com.br.nginx.ssl.conf:64 of each website.

The line 64 tries to include a .auth file that doesn't exist in the server

Code: Select all

  location /vstats/ {
        alias   /home/admin/web/domain.com.br/stats/;
        include /home/admin/conf/web/domain.com.br.auth;
    }
I already removed this line from all conf files, but eventually, they came back, what I should do to fix it?

Re: No such file or directory

Posted: Thu Nov 07, 2019 9:32 pm
by augustocarmo
up