Skip to content

Commit 4e102d4

Browse files
author
Serghey Rodin
committed
Merge branch 'master' of github.com:serghey-rodin/vesta
2 parents 5a42216 + f397d6d commit 4e102d4

File tree

637 files changed

+663
-631
lines changed

Some content is hidden

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

637 files changed

+663
-631
lines changed

bin/v-restart-web-backend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [ -z "$WEB_BACKEND" ] || [ "$WEB_BACKEND" = 'remote' ]; then
5050
fi
5151

5252
# Restart system
53-
php_fpm=$(ls /etc/init.d/php*-fpm* 2>/dev/null |cut -f 4 -d /)
53+
php_fpm=$(ls /etc/init.d/php*-fpm* 2>/dev/null |cut -f 4 -d / |head -n1)
5454
if [ -z "$php_fpm" ]; then
5555
service $WEB_BACKEND restart >/dev/null 2>&1
5656
else

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*;

0 commit comments

Comments
 (0)