Only match stats at the beginning
This commit is contained in:
parent
597093bb0f
commit
8f1484d381
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ server {
|
|||
try_files /index.html =404;
|
||||
}
|
||||
|
||||
location ~ /stats/? {
|
||||
location ~ ^\/stats\/?$ {
|
||||
root /var/lib/dokku/data/storage/mwmbl;
|
||||
try_files /stats/index.html =404;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue