Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 5 matches
- Sat Jan 02, 2016 11:47 pm
- Forum: General Discussion
- Topic: Feature Request: Support Let's Encrypt
- Replies: 30
- Views: 44853
Re: Feature Request: Support Let's Encrypt
I've written an script that integrates the Let's Encrypt client with Vesta's command line tools to automate the request process for Vesta. You can clone it from GitHub at https://github.com/interbrite/letsencrypt-vesta . See the README file for installation instructions.
Once you've installed it ...
Once you've installed it ...
- Mon Nov 23, 2015 2:49 pm
- Forum: Web Server
- Topic: PHP5-FPM socket error.
- Replies: 4
- Views: 7325
Re: PHP5-FPM socket error.
/etc/nginx/nginx.conf
# Server globals
user www-data;
worker_processes 2;
error_log /var/log/nginx/error.log;
pid /var/run/nginx.pid;
# Worker config
events {
worker_connections 1024;
use epoll;
}
http {
# Main settings
sendfile on;
tcp_nopush on;
tcp_nodelay on;
client_header_timeout 1m ...
# Server globals
user www-data;
worker_processes 2;
error_log /var/log/nginx/error.log;
pid /var/run/nginx.pid;
# Worker config
events {
worker_connections 1024;
use epoll;
}
http {
# Main settings
sendfile on;
tcp_nopush on;
tcp_nodelay on;
client_header_timeout 1m ...
- Mon Nov 23, 2015 2:41 pm
- Forum: Web Server
- Topic: PHP5-FPM socket error.
- Replies: 4
- Views: 7325
PHP5-FPM socket error.
Hey,
i have the latest Vesta (0.9.8-15) installed on Debian 8.2. I have created a new Package with Nginx template set on Default on PHP5-FPM template on socket. First problem is that when I click on edit it still shows that both are on default template, and if I change it to socket again it says ...
i have the latest Vesta (0.9.8-15) installed on Debian 8.2. I have created a new Package with Nginx template set on Default on PHP5-FPM template on socket. First problem is that when I click on edit it still shows that both are on default template, and if I change it to socket again it says ...
- Sat Nov 08, 2014 2:55 pm
- Forum: Web Server
- Topic: Restore Fails
- Replies: 1
- Views: 3984
Re: Restore Fails
The problem is in /etc/nginx/conf.d/vesta.conf
There is probably a apache.conf line and you need to remove it and problem solved.
-Neso
There is probably a apache.conf line and you need to remove it and problem solved.
-Neso
- Thu Mar 06, 2014 11:11 am
- Forum: General Discussion
- Topic: Backup using compression and rsync
- Replies: 0
- Views: 4326
Backup using compression and rsync
Hi,
thanks for the great CP!
Would it be possible, to add compression and rsync to the backup script? Right now I have made a script myself to rsync /backup directory to remote server every morning at 7:30 via cron but would love to have it built-in not hack it to every server :)
If anyone needs ...
thanks for the great CP!
Would it be possible, to add compression and rsync to the backup script? Right now I have made a script myself to rsync /backup directory to remote server every morning at 7:30 via cron but would love to have it built-in not hack it to every server :)
If anyone needs ...