Page 1 of 1

Changing web interface port

Posted: Tue Feb 11, 2014 2:35 am
by David
Is it possible to do this with Vesta?

Re: Changing web interface port

Posted: Tue Feb 11, 2014 9:36 am
by imperio
Yes
You can change vesta web interface port

/usr/local/vesta/nginx/conf/nginx.conf

Code: Select all

# Vhost
    server {
        listen          8083;
        server_name     _;
        root            /usr/local/vesta/web;
        charset         utf-8;
listen 8083; select your port

Code: Select all

service vesta restart