Please can you add port 8083 to the https proxy for the purposes of VestaCP as this is a major control panel that people would like to use without having to expose their IP.
Open
/usr/local/vesta/nginx/conf/nginx.conf
# Vhost
server {
listen 8083;
And change the port to whatever you want.
You may also neet to edit Vesta’s Firelwall
ACCEPT TCP/ VESTA 8888 0.0.0.0/0
Where 8888 is the port you selected.
2 Likes