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/;
|
||||
}
|
||||
|
||||
## Root and stats served statically
|
||||
location = / {
|
||||
root /var/lib/dokku/data/storage/mwmbl-beta;
|
||||
try_files /index.html =404;
|
||||
}
|
||||
|
||||
## Stats served statically
|
||||
location ~ ^\/stats\/?$ {
|
||||
root /var/lib/dokku/data/storage/mwmbl-beta;
|
||||
try_files /stats/index.html =404;
|
||||
|
|
Loading…
Reference in a new issue