Skip to content

Commit 30f30fc

Browse files
ioannidesalexunknown
authored andcommitted
Bugfix in include directory
1 parent 3fd2dc4 commit 30f30fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/deb/templates/web/nginx/php-fpm/wordpress.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ server {
6565
include /etc/nginx/conf.d/phppgadmin.inc*;
6666
include /etc/nginx/conf.d/webmail.inc*;
6767

68-
include %home%/%user%/conf/web/nginx.%domain_idn%.conf*;
69-
}
68+
include %home%/%user%/conf/web/%domain%/nginx.conf_*;
69+
}

0 commit comments

Comments
 (0)