Skip to content

Commit acdcfd3

Browse files
author
Serghey Rodin
committed
added trailing ;
1 parent 9de4900 commit acdcfd3

File tree

504 files changed

+504
-504
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

504 files changed

+504
-504
lines changed

install/debian/7/templates/web/nginx/php5-fpm/cms_made_simple.stpl

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

4646
location /vstats/ {
4747
alias %home%/%user%/web/%domain%/stats/;
48-
include %home%/%user%/conf/web/%domain%.auth
48+
include %home%/%user%/conf/web/%domain%.auth*;
4949
}
5050

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

install/debian/7/templates/web/nginx/php5-fpm/cms_made_simple.tpl

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

4242
location /vstats/ {
4343
alias %home%/%user%/web/%domain%/stats/;
44-
include %home%/%user%/conf/web/%domain%.auth
44+
include %home%/%user%/conf/web/%domain%.auth*;
4545
}
4646

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

install/debian/7/templates/web/nginx/php5-fpm/codeigniter2.stpl

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

5151
location /vstats/ {
5252
alias %home%/%user%/web/%domain%/stats/;
53-
include %home%/%user%/conf/web/%domain%.auth
53+
include %home%/%user%/conf/web/%domain%.auth*;
5454
}
5555

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

install/debian/7/templates/web/nginx/php5-fpm/codeigniter2.tpl

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

4747
location /vstats/ {
4848
alias %home%/%user%/web/%domain%/stats/;
49-
include %home%/%user%/conf/web/%domain%.auth
49+
include %home%/%user%/conf/web/%domain%.auth*;
5050
}
5151

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

install/debian/7/templates/web/nginx/php5-fpm/codeigniter3.stpl

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

4646
location /vstats/ {
4747
alias %home%/%user%/web/%domain%/stats/;
48-
include %home%/%user%/conf/web/%domain%.auth
48+
include %home%/%user%/conf/web/%domain%.auth*;
4949
}
5050

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

install/debian/7/templates/web/nginx/php5-fpm/codeigniter3.tpl

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

4242
location /vstats/ {
4343
alias %home%/%user%/web/%domain%/stats/;
44-
include %home%/%user%/conf/web/%domain%.auth
44+
include %home%/%user%/conf/web/%domain%.auth*;
4545
}
4646

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

install/debian/7/templates/web/nginx/php5-fpm/datalife_engine.stpl

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

117117
location /vstats/ {
118118
alias %home%/%user%/web/%domain%/stats/;
119-
include %home%/%user%/conf/web/%domain%.auth
119+
include %home%/%user%/conf/web/%domain%.auth*;
120120
}
121121

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

install/debian/7/templates/web/nginx/php5-fpm/datalife_engine.tpl

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

113113
location /vstats/ {
114114
alias %home%/%user%/web/%domain%/stats/;
115-
include %home%/%user%/conf/web/%domain%.auth
115+
include %home%/%user%/conf/web/%domain%.auth*;
116116
}
117117

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

install/debian/7/templates/web/nginx/php5-fpm/default.stpl

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

4545
location /vstats/ {
4646
alias %home%/%user%/web/%domain%/stats/;
47-
include %home%/%user%/conf/web/%domain%.auth
47+
include %home%/%user%/conf/web/%domain%.auth*;
4848
}
4949

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

install/debian/7/templates/web/nginx/php5-fpm/default.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)