Skip to content

Commit f397d6d

Browse files
author
Serghey Rodin
committed
removed double ;
1 parent acdcfd3 commit f397d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/debian/8/templates/web/nginx/php5-fpm/wordpress.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ server {
4040

4141
location /vstats/ {
4242
alias %home%/%user%/web/%domain%/stats/;
43-
include %home%/%user%/conf/web/%domain%.auth*;*;
43+
include %home%/%user%/conf/web/%domain%.auth*;
4444
}
4545

4646
include /etc/nginx/conf.d/phpmyadmin.inc*;

0 commit comments

Comments
 (0)