Search found 3 matches
- Tue Jan 30, 2018 4:45 pm
- Forum: General Discussion
- Topic: Letsencrypt Authorization no longer working
- Replies: 6
- Views: 5147
Re: Letsencrypt Authorization no longer working
So the thing that's really confusing is that 8 domains on this server, under the admin account all updated fine over the last couple of weeks and have the exact same nginx config file. There are only two which are failing. No discernable difference between the ones that fail and the ones that succe...
- Mon Jan 29, 2018 8:44 pm
- Forum: Modification & Patches
- Topic: [TUTORIAL] Disable Direct IP Access.
- Replies: 2
- Views: 15128
[TUTORIAL] Disable Direct IP Access.
If you have ever used VestaCP on your server you may have noticed once you set-up a website on it, accessing your server on it's IP at port 80 will show the latest website you have added to it. This can be very bad for a lot of reasons and here are some. 1. If you are using Cloudflare hackers may fi...
- Mon Jan 29, 2018 8:40 pm
- Forum: General Discussion
- Topic: How to restrict vestacp admin login page to localhost only?
- Replies: 2
- Views: 4158
Re: How to restrict vestacp admin login page to localhost only?
To restrict VestaCP access to localhost you only need to follow these steps. 1. Open "/usr/local/vesta/nginx/conf/nginx.conf" in your preferred text editing software. 2. Find the line which says "listen 8083;", replace it with "listen 127.0.0.1:8083;" and save the file. 3. reload VestaCP using "serv...