Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 5 matches
- Wed Jul 31, 2019 12:01 pm
- Forum: General Discussion
- Topic: Download backup (when backed up to remote ftp)?
- Replies: 3
- Views: 3499
Re: Download backup (when backed up to remote ftp)?
Okey, inspected backup script, looks like there is no such feature :(
<?php
// Init
error_reporting(NULL);
session_start();
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
$backup = basename($_GET['backup']);
// Check if the backup exists
if (!file_exists('/backup/'.$backup)) {
exit(0 ...
<?php
// Init
error_reporting(NULL);
session_start();
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
$backup = basename($_GET['backup']);
// Check if the backup exists
if (!file_exists('/backup/'.$backup)) {
exit(0 ...
- Wed Jul 31, 2019 11:44 am
- Forum: General Discussion
- Topic: Download backup (when backed up to remote ftp)?
- Replies: 3
- Views: 3499
Download backup (when backed up to remote ftp)?
Hi. Is it possible to download backup, when backed up to remote ftp?
- Mon Apr 29, 2019 6:36 pm
- Forum: General Discussion
- Topic: VestaCP for ARM
- Replies: 14
- Views: 41784
Re: VestaCP for ARM
repo is dead. links are dead.
Any proper git repo for ARM?
Any proper git repo for ARM?
- Mon Apr 29, 2019 6:27 am
- Forum: Web Server
- Topic: Wrong SSL when nginx proxy disabled for a given site?
- Replies: 1
- Views: 2347
Re: Wrong SSL when nginx proxy disabled for a given site?
Upon digging more into this issue I reached dead end.
You can have only 1 app listening on the port. So Once NGINX is up, all goes through it. When u disable nginx in VestaCP - it removes specific nginx conf file.
Now, when u try to access that domain over SSL, nginx has no clue what to do with ...
You can have only 1 app listening on the port. So Once NGINX is up, all goes through it. When u disable nginx in VestaCP - it removes specific nginx conf file.
Now, when u try to access that domain over SSL, nginx has no clue what to do with ...
- Sun Apr 28, 2019 2:52 pm
- Forum: Web Server
- Topic: Wrong SSL when nginx proxy disabled for a given site?
- Replies: 1
- Views: 2347
Wrong SSL when nginx proxy disabled for a given site?
Hello. I have ubuntu running vestacp with nginx as proxy and apache serving few websites, all having valid SSL from letsencrypt.
If I disable nginx proxy for any website, when I try to access https://url I'm getting SSL error - cause nginx serves it from another website, on which I didnt disable ...
If I disable nginx proxy for any website, when I try to access https://url I'm getting SSL error - cause nginx serves it from another website, on which I didnt disable ...