Search found 928 matches

by myVesta
Mon Apr 05, 2021 7:28 pm
Forum: General discussion
Topic: Strange cache problem unable to purge
Replies: 9
Views: 3092

Re: Strange cache problem unable to purge

Put just 'txt' in extensions list.

Second advice, put 'hosting-legacy' or 'force-https-legacy' nginx template.
by myVesta
Mon Apr 05, 2021 6:47 pm
Forum: General discussion
Topic: Strange cache problem unable to purge
Replies: 9
Views: 3092

Re: Strange cache problem unable to purge

Proxy should be enabled.
If you don't want that nginx serve static files, just remove extensions list.
by myVesta
Mon Apr 05, 2021 12:58 pm
Forum: General discussion
Topic: PHP-FPM
Replies: 1
Views: 1102

Re: PHP-FPM

different vesta accounts? i have some script for open_basedir moldification, but doing some other things - it will add the same path but with /hdd/ prefix. http://dl.myvestacp.com/vesta/add_path_to_open_basedir.sh the key line is: openbasedir=$(grep 'open_basedir' $file | cut -c 33- | cut -d':' -f1)...
by myVesta
Sat Apr 03, 2021 2:41 pm
Forum: General discussion
Topic: Swtiching from proftpd to vsftpd
Replies: 4
Views: 2063

Re: Swtiching from proftpd to vsftpd

https://github.com/myvesta/vesta/blob/m ... d.conf#L17

set it to 500.

It's file /etc/proftpd/proftpd.conf

also add

Code: Select all

TimeoutIdle 60
then run in ssh as root:

Code: Select all

systemctl restart proftpd
by myVesta
Tue Mar 23, 2021 2:46 pm
Forum: General discussion
Topic: subdomain how to create
Replies: 1
Views: 1107

Re: subdomain how to create

possible reasons:
- domain is on CloudFlare, so you need to create A record for subdomain (and also A record for www.subdomain)
or
- you didn't checked "DNS" while you added subdomain
by myVesta
Tue Mar 23, 2021 12:34 am
Forum: General discussion
Topic: File manager not working.
Replies: 4
Views: 2044

Re: File manager not working.

I believe this code is causing your problem - https://github.com/myvesta/vesta/commit/3402071e950e76b79fa8672a1e09b70d3860f355 You can delete those lines, as temporary solution. This security fix is expecting that you access the panel via URL: https://hostname-of-your-server:8083/ Probably you are a...
by myVesta
Mon Mar 22, 2021 9:37 pm
Forum: General discussion
Topic: File manager not working.
Replies: 4
Views: 2044

Re: File manager not working.

I think the error is somewhere else.
Can you check the Response of ajax upload?
by myVesta
Mon Mar 22, 2021 7:20 pm
Forum: General discussion
Topic: PHP-FPM-73-public template
Replies: 6
Views: 2616

Re: What is PHP-FPM-73-public template

You can send me myVesta credentials via Private message, I will take a look.
by myVesta
Mon Mar 22, 2021 3:55 pm
Forum: General discussion
Topic: PHP-FPM-73-public template
Replies: 6
Views: 2616

Re: What is PHP-FPM-73-public template

index.php script should be in /public_html/public/ folder, not in /public_html/

in /public_html/ you should have files like package.json and .env
by myVesta
Sun Mar 21, 2021 11:35 am
Forum: Backup
Topic: How to make remote backup?
Replies: 7
Views: 9279

Re: How to make remote backup?

Could be, because when you provide login, myVesta first test login, and maybe try to list or download file, in order to test login and connection.
Did you tried without slash at all, just a folder name?