Search found 5 matches
- Sat Jan 02, 2016 11:47 pm
- Forum: General Discussion
- Topic: Feature Request: Support Let's Encrypt
- Replies: 30
- Views: 44130
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, a...
- Mon Nov 23, 2015 2:49 pm
- Forum: Web Server
- Topic: PHP5-FPM socket error.
- Replies: 4
- Views: 7240
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; client_bod...
- Mon Nov 23, 2015 2:41 pm
- Forum: Web Server
- Topic: PHP5-FPM socket error.
- Replies: 4
- Views: 7240
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 tha...
- Sat Nov 08, 2014 2:55 pm
- Forum: Web Server
- Topic: Restore Fails
- Replies: 1
- Views: 3936
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: 4291
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 it,...