Search found 47 matches
- Tue May 19, 2020 4:21 am
- Forum: Web Server
- Topic: Opencart multistore + Nginx + SSL Redirect to WWW
- Replies: 0
- Views: 1886
Opencart multistore + Nginx + SSL Redirect to WWW
Hello, I hired someone to fix the redirect 301 for me, he had to separate the multidomains aliases in 3 nginx config files for the redirection to work properly, but at the same time this broke the Vestacp web control for the domains, since Vestacp works with 1 file when aliases are added, i had to r...
- Tue May 19, 2020 12:48 am
- Forum: Web Server
- Topic: Opencart multistore + Nginx + SSL Redirect to WWW
- Replies: 3
- Views: 38007
Re: Opencart multistore + Nginx + SSL Redirect to WWW
Hello, This is an old thread created by me, the solution above i wrote 2 years ago that it worked, but it didnt work i was mistaken I hired at that time someone to fix the redirections for me, he had to separate the multidomains aliases in 3 nginx config files for the redirection to work properly, b...
- Wed Oct 24, 2018 8:08 am
- Forum: Web Server
- Topic: Opencart multistore + Nginx + SSL Redirect to WWW
- Replies: 3
- Views: 38007
- Wed Oct 24, 2018 7:04 am
- Forum: Web Server
- Topic: Opencart multistore + Nginx + SSL Redirect to WWW
- Replies: 3
- Views: 38007
Opencart multistore + Nginx + SSL Redirect to WWW
Hello, I have had a problem with setting up my Opencart mutlistore with 3 domains to redirect to https://www correctly for the past few days but havent managed Have added following line in domain.com.nginx.txt return 301 https://$host$request_uri; but it only redirects http://www to https://www http...
- Mon May 21, 2018 12:52 am
- Forum: General Discussion
- Topic: How to restore a backup?
- Replies: 6
- Views: 41490
Re: How to restore a backup?
also if i have installed cfd to vestacp is it included in my backup file?
- Sun May 20, 2018 11:23 pm
- Forum: General Discussion
- Topic: How to restore a backup?
- Replies: 6
- Views: 41490
Re: How to restore a backup?
Hello
Do i make the restore of the backup after i made a fresh new installation in centos or do i do this restore without making a fresh installation first?
Thanks
Do i make the restore of the backup after i made a fresh new installation in centos or do i do this restore without making a fresh installation first?
Thanks
- Tue Dec 13, 2016 8:52 am
- Forum: General Discussion
- Topic: Cron Job Delete cache in a directory
- Replies: 6
- Views: 10059
Re: Cron Job Delete cache in a directory
You can try to use this line for cron: find /home/admin/web/domain.com/public_html/journal-cache/* -type f -mmin +180 -exec rm {} \; find and rm are basic linux utilities. Hi It was a while ago i was logged in to Vestacp forums so answer is little late :) I did try the command a few days ago, but i...
- Sun Dec 11, 2016 3:35 am
- Forum: General Discussion
- Topic: Cant access Cron after running a command
- Replies: 3
- Views: 4357
Re: Cant access Cron after running a command
anyone who know how to solve this issue?
- Fri Dec 09, 2016 9:00 pm
- Forum: General Discussion
- Topic: Cant access Cron after running a command
- Replies: 3
- Views: 4357
Cant access Cron after running a command
Hello After running a command for deleting cache files my server froze and started generating lines from that command into cron following is the line i used find /home/admin/web/domain.com/public_html/journal-cache/* -type f -mmin +180 -exec rm {} \; http://forum.vestacp.com/viewtopic.php?f=10&t=111...
- Sun Jul 17, 2016 12:05 am
- Forum: DNS Server
- Topic: Error: invalid ns_record format :: NS3.DNSOWL.COM.
- Replies: 5
- Views: 8798
Re: Error: invalid ns_record format :: NS3.DNSOWL.COM.
thanks appreciatedskamasle wrote:Is in /usr/local/vesta/func/main.sh
You cand find in type:
cd /usr/local/vesta
find -name main.sh