Search found 3 matches
- Sat Jul 13, 2019 3:48 pm
- Forum: General Discussion
- Topic: Cant connect to FTP if
- Replies: 8
- Views: 10963
Re: Cant connect to FTP if
Add this to your config file: rsa_cert_file=/usr/local/vesta/ssl/certificate.crt rsa_private_key_file=/usr/local/vesta/ssl/certificate.key ssl_enable=YES allow_anon_ssl=NO force_local_data_ssl=NO force_local_logins_ssl=NO ssl_tlsv1=YES ssl_sslv2=NO ssl_sslv3=NO require_ssl_reuse=NO ssl_ciphers=HIGH...
- Fri Feb 16, 2018 4:49 pm
- Forum: Debian/Ubuntu
- Topic: Get Rid Softaculous Updates Cron Jobs
- Replies: 9
- Views: 14525
Re: Get Rid Softaculous Updates Cron Jobs
you need to manually remove the cron schedules. On my Debian servers it is rm -rf /etc/cron.d/softaculous rm -rf /etc/cron.d/softaculous2 Thanks, that did the trick for me on Ubuntu 16.04.3 PKG VER REL ARCH UPDT DATE --- --- --- ---- ---- ---- vesta 0.9.8 19 amd64 yes 2018-01-22 vesta-php 0.9.8 19 ...
- Fri Jan 26, 2018 6:40 pm
- Forum: Web Server
- Topic: Force SSL on Vesta without Apache (nginx + php-fpm)
- Replies: 6
- Views: 12187
Re: Force SSL on Vesta without Apache (nginx + php-fpm)
Hello, I was looking for the exact same thing, in the docs it is only noted for apache installs. So I duplicated the default template files, in the http template it redirects to SSL, in SSL template there is a if statement to detect the www. Simply download, extract and place the files into /usr/loc...