Skip to content

Commit 914435f

Browse files
authored
Update nginx owncloud templates (hestiacp#3293)
fixes hestiacp#3259
1 parent d2bb4c4 commit 914435f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ server {
8181
alias %home%/%user%/web/%domain%/document_errors/;
8282
}
8383

84-
location /vstats/ {
84+
location ^~ /vstats/ {
8585
alias %home%/%user%/web/%domain%/stats/;
8686
include %home%/%user%/web/%domain%/stats/auth.conf*;
8787
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ server {
7676
alias %home%/%user%/web/%domain%/document_errors/;
7777
}
7878

79-
location /vstats/ {
79+
location ^~ /vstats/ {
8080
alias %home%/%user%/web/%domain%/stats/;
8181
include %home%/%user%/web/%domain%/stats/auth.conf*;
8282
}

install/rpm/templates/web/nginx/php-fpm/owncloud.stpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ server {
7373
return 404;
7474
}
7575

76-
location /vstats/ {
76+
location ^~ /vstats/ {
7777
alias %home%/%user%/web/%domain%/stats/;
7878
include %home%/%user%/web/%domain%/stats/auth.conf*;
7979
}

install/rpm/templates/web/nginx/php-fpm/owncloud.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ server {
6868
return 404;
6969
}
7070

71-
location /vstats/ {
71+
location ^~ /vstats/ {
7272
alias %home%/%user%/web/%domain%/stats/;
7373
include %home%/%user%/web/%domain%/stats/auth.conf*;
7474
}

0 commit comments

Comments
 (0)