Changing web interface port
Posted: Tue Feb 11, 2014 2:35 am
Is it possible to do this with Vesta?
Code: Select all
# Vhost
server {
listen 8083;
server_name _;
root /usr/local/vesta/web;
charset utf-8;
Code: Select all
service vesta restart