Skip to content

Commit e662a78

Browse files
ioannidesalexunknown
authored andcommitted
Bugfix in include directory (hestiacp#270)
1 parent d1fea85 commit e662a78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

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

0 commit comments

Comments
 (0)