Search found 3 matches
- Tue Aug 15, 2017 9:57 pm
- Forum: CLI
- Topic: Problem with restore
- Replies: 2
- Views: 12558
Problem with restore
I'm using the latest version of vesta and I try to restore a backup of one server to another, but my ssl keys don't restoring using v-restore-user.
Can someone help me?
Thanks!
Can someone help me?
Thanks!
- Fri May 19, 2017 5:05 pm
- Forum: Web Server
- Topic: php-fpm +nginx
- Replies: 2
- Views: 4166
Re: php-fpm +nginx
Yes! But didn't work!Phogo wrote:Did you restart PHP and Nginx?
- Fri May 19, 2017 1:08 pm
- Forum: Web Server
- Topic: php-fpm +nginx
- Replies: 2
- Views: 4166
php-fpm +nginx
Hey, I have the latest Vesta installed on Ubuntu 16.04. I'm using php 5.6 in my server and I want run php 7.1 for roundcube and phpmyadmin. I edit /etc/nginx/conf.d/webmail.inc according below: location /webmail { alias /var/lib/roundcube/; location ~ /(config|temp|logs) { return 404; } location ~ ^...