Root now served by django
This commit is contained in:
parent
c0605e6bf7
commit
463a1178d0
1 changed files with 1 additions and 6 deletions
|
@ -103,12 +103,7 @@ server {
|
||||||
alias /var/lib/dokku/data/storage/mwmbl-beta/;
|
alias /var/lib/dokku/data/storage/mwmbl-beta/;
|
||||||
}
|
}
|
||||||
|
|
||||||
## Root and stats served statically
|
## Stats served statically
|
||||||
location = / {
|
|
||||||
root /var/lib/dokku/data/storage/mwmbl-beta;
|
|
||||||
try_files /index.html =404;
|
|
||||||
}
|
|
||||||
|
|
||||||
location ~ ^\/stats\/?$ {
|
location ~ ^\/stats\/?$ {
|
||||||
root /var/lib/dokku/data/storage/mwmbl-beta;
|
root /var/lib/dokku/data/storage/mwmbl-beta;
|
||||||
try_files /stats/index.html =404;
|
try_files /stats/index.html =404;
|
||||||
|
|
Loading…
Reference in a new issue