Search found 2 matches
- Wed Jan 17, 2018 11:16 am
- Forum: Web Server
- Topic: Only acces vesta trough a SSL subdomain [SOLVED]
- Replies: 5
- Views: 4479
Re: Only acces vesta trough a SSL subdomain [SOLVED]
It gave me the right pointers indeed. With this topic I've made a new template based on the force-https template. After this I assigned this template to the subdomain and blocked port 8083 in the firewall. vestacp-reroute.tpl server { listen %ip%:%proxy_port%; server_name %domain_idn% %alias_idn%; l...
- Tue Jan 16, 2018 1:23 pm
- Forum: Web Server
- Topic: Only acces vesta trough a SSL subdomain [SOLVED]
- Replies: 5
- Views: 4479
Only acces vesta trough a SSL subdomain [SOLVED]
Is it possible to move the login-page and complete vesta system to https://sub.domain.tld On a standard installation it's available on all sites hosted on the system trough port 8083 My goal is to complete remove and block off port 8083 and only make it available on one subdomain trough SSL. I did m...