VestaCP - как поменять порт панели

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Перейти к:навигация, поиск
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

VestaCP - как поменять порт панели

Меняем порт панели с 8080 на 1515:

# vi /usr/local/vesta/nginx/conf/nginx.conf
   # Vhost
   server {
       listen          1515;
       server_name     _;
# /etc/init.d/vesta restart