nginx restart fail
nginx restart fail
hello i have a problem with my nginx
i want to restore my admin account but the server says: Error: nginx restart failed
when i try to restart nginx manualy on terminal i get a error massage
:nginx: [emerg] unexpected end of file, expecting ";" or "}" in /home/admin/conf/web/apache2.conf:171
nginx: configuration file /etc/nginx/nginx.conf test failed
and if i try to login vesta control panel i get: NO LANGUAGE DEFINED
can someone please help me
i want to restore my admin account but the server says: Error: nginx restart failed
when i try to restart nginx manualy on terminal i get a error massage
:nginx: [emerg] unexpected end of file, expecting ";" or "}" in /home/admin/conf/web/apache2.conf:171
nginx: configuration file /etc/nginx/nginx.conf test failed
and if i try to login vesta control panel i get: NO LANGUAGE DEFINED
can someone please help me
Re: nginx restart fail
Hi, you can try to rebuild web or see, what's not right in your config via ssh
What's version do you have? And your OS?and if i try to login vesta control panel i get: NO LANGUAGE DEFINED
Re: nginx restart fail
Hi thanks for the fast reply
I checked the config file and there is nothing wrong with.
and i downt know how to rebuild the web so i cant try that
i have the just released version of vesta and it is running on ubuntu 14.04
thanks in advange
I checked the config file and there is nothing wrong with.
and i downt know how to rebuild the web so i cant try that
i have the just released version of vesta and it is running on ubuntu 14.04
thanks in advange
Re: nginx restart fail
Select the user and select "rebuild web" in dropdown menue.
Re: nginx restart fail
i cant log in on vesta panel
Re: nginx restart fail
Try to update software first:
Code: Select all
apt-get update
apt-get upgrade
Re: nginx restart fail
You have quota limit for admin user. Uninstal quotas, and have fun )
# apt-get purge quota quotatool
# apt-get purge quota quotatool
Re: nginx restart fail
Run out disk space or quota.
viewtopic.php?t=11290#p43238
viewtopic.php?t=10174#p36781
viewtopic.php?f=40&t=9037
viewtopic.php?t=9638#p34348
viewtopic.php?t=11290#p43238
viewtopic.php?t=10174#p36781
viewtopic.php?f=40&t=9037
viewtopic.php?t=9638#p34348
Re: nginx restart fail
Popular reason - you don't have free disk space or inode. Check with commands:
But error can be with disk quota.. to fix this there is option:
For votes and ideas:
https://bugs.vestacp.com/issues/261
Code: Select all
df -h
df -i
Code: Select all
nano /usr/local/vesta/data/users/admin/user.conf
Code: Select all
DISK_QUOTA='unlimited'
Code: Select all
v-update-user-quota admin
https://bugs.vestacp.com/issues/261