Search found 6 matches
- Thu Oct 10, 2024 4:17 am
- Forum: General discussion
- Topic: Connection to storage server failed roundcube
- Replies: 2
- Views: 4096
Re: Connection to storage server failed roundcube
I am having the same issue... please help
- Sat Apr 06, 2024 5:46 am
- Forum: General discussion
- Topic: Cannot receive emails
- Replies: 4
- Views: 5474
Re: Cannot receive emails
Why port 468?
On vesta I see the following ports are needed for smtp 25,465,587,2525
My emails were working and suddenly email are not coming in.
On vesta I see the following ports are needed for smtp 25,465,587,2525
My emails were working and suddenly email are not coming in.
- Mon Oct 24, 2022 4:30 pm
- Forum: nginx templates
- Topic: How to make SSL cert file readable for NodeJS
- Replies: 2
- Views: 7919
How to make SSL cert file readable for NodeJS
I am trying run https on a nodejs application so when I try to read for example
I get the following permissions error:
Code: Select all
/home/admin/conf/web/ssl.papaslive.crt'
Code: Select all
Error: EACCES: permission denied, open '/home/admin/conf/web/ssl.papaslive.com.key'
- Wed Jun 09, 2021 6:18 am
- Forum: General discussion
- Topic: Setup a temporay domain name before pointing the actual domain name
- Replies: 5
- Views: 5779
Re: Setup a temporay domain name before pointing the actual domain name
I did this
Yes, you can do it by adding alias dev.mydomain.com in WEB -> domain -> Edit -> "Alias" field, but then you must make 'dev' A record in client domain DNS, pointing to your myVesta server.
but did not work
Yes, you can do it by adding alias dev.mydomain.com in WEB -> domain -> Edit -> "Alias" field, but then you must make 'dev' A record in client domain DNS, pointing to your myVesta server.
but did not work
- Tue Jun 08, 2021 4:40 pm
- Forum: General discussion
- Topic: Setup a temporay domain name before pointing the actual domain name
- Replies: 5
- Views: 5779
Re: Setup a temporay domain name before pointing the actual domain name
Thank you fro your reply but this is so our users can see their website before pointing their domain name, with this answer they will have no clue on how to set up their OS. I was more of myvesta CP side where when I add a domain name to myvesta CP an alias is generated for that domain automatically...
- Tue Jun 08, 2021 8:07 am
- Forum: General discussion
- Topic: Setup a temporay domain name before pointing the actual domain name
- Replies: 5
- Views: 5779
Setup a temporay domain name before pointing the actual domain name
Ho to setup a temporary dev-domain-name before pointing the actual domain name? During development we don't want to point the actual domain name so we need for example Current domain name mydomain.com current live site hosted somewhere else. Dev domain name dev.mydomain.com to show users the current...