/usr/local/vesta/data/templates/web/nginx/php-fpm
Dizini içerisindeki templatelere aşağıdaki kodu ekliyoruz.
server { listen %ip%:%web_port%; server_name webmail.%domain_idn%; return 301 http://%domain_idn%/webmail; }
Just Another Web Developer Blog
/usr/local/vesta/data/templates/web/nginx/php-fpm
Dizini içerisindeki templatelere aşağıdaki kodu ekliyoruz.
server { listen %ip%:%web_port%; server_name webmail.%domain_idn%; return 301 http://%domain_idn%/webmail; }