No such file or directory
-
- Posts: 10
- Joined: Thu Aug 23, 2018 8:58 pm
- Os: CentOS 6x
- Web: nginx + php-fpm
No such file or directory
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
I already removed this line from all conf files, but eventually, they came back, what I should do to fix it?
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;
}
-
- Posts: 10
- Joined: Thu Aug 23, 2018 8:58 pm
- Os: CentOS 6x
- Web: nginx + php-fpm