Made I.T 9 лет назад
Родитель
Сommit
ae71a532c1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      install/ubuntu/16.04/templates/web/nginx/php-fpm/laravel.tpl

+ 1 - 1
install/ubuntu/16.04/templates/web/nginx/php-fpm/laravel.tpl

@@ -46,5 +46,5 @@ server {
     include     /etc/nginx/conf.d/phppgadmin.inc*;
     include     /etc/nginx/conf.d/webmail.inc*;
 
-    include     %home%/%user%/conf/web/nginx.%domain%.conf*;
+    include     %home%/%user%/conf/web/nginx.%domain_idn%.conf*;
 }