My other web sites are running OK, but I can not access ispconfig panel. My /var/log/nginx/error.log show this: 2015/01/07 21:35:48 [error] 13030#0: *102044 open() "/usr/local/ispconfig/interface/.htpasswd" failed (2: No such file or directory), client: xx.xx.xxx.xxx, server: _, request: "GET /index.php HTTP/1.1", host: "vpsxxxxx.ovh.net:8080" I don't have any .htpasswd file at /usr/local/ispconfig/interface/ (does nginx use .htpasswd??) Regards
Nginx uses .htpassd files as well to store passwords. It just dont use .htaccess files. Most likely you configured a password protection for your ispconfig vhost. Take a look at the /etc/nginx/sites-available/ispconfig.vhost file.
You are right I don't know why, but 2 months ago I've edited my ispconfig.vhost to add: auth_basic "Members Only"; auth_basic_user_file /usr/local/ispconfig/interface/.htpasswd; I'm not sure, but I think I did it updating ispconfig. Maybe I read something about it...