Merge branch 'master' of mtfos/mtfosbot_web into release
This commit is contained in:
commit
8646ceeabc
@ -8,11 +8,11 @@ server {
|
|||||||
root /data;
|
root /data;
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
location ^~ $$prefix$$/ {
|
|
||||||
alias /data/;
|
|
||||||
}
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.html;
|
try_files $uri $uri/ /index.html;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location ^~ $$prefix$$/ {
|
||||||
|
alias /data/;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user