Search found 3 matches
- Mon Dec 03, 2018 12:02 pm
- Forum: Web Server
- Topic: "mail domain doesn't exist" - how do i manually delete wrongly set domain?
- Replies: 1
- Views: 2079
Re: "mail domain doesn't exist" - how do i manually delete wrongly set domain?
from command line:
then restart vestacp
where username is your user you want to deletev-delete-mail-domains username
then restart vestacp
- Mon Dec 03, 2018 11:58 am
- Forum: Web Server
- Topic: Reboot
- Replies: 3
- Views: 8136
Re: Reboot
If you are talking about VestaCP control panel, then you need to check the contents of:
and share them here so people can help you./usr/local/vesta/log/
- Mon Dec 03, 2018 11:51 am
- Forum: Web Server
- Topic: HowTo: Fix/Change Nginx Timeouts (Nginx + PHP-FPM)
- Replies: 0
- Views: 2407
HowTo: Fix/Change Nginx Timeouts (Nginx + PHP-FPM)
Login using SSH: Then enter: cd /etc/nginx/conf.d/ Then enter: printf "fastcgi_read_timeout 300;\nfastcgi_buffer_size 128k;\nfastcgi_buffers 8 128k;" > fastcgi.conf This will create a file called: fastcgi.conf and will add three lines: fastcgi_read_timeout 300; fastcgi_buffer_size 128k; fastcgi_buff...