fixup! tyo0: add cinny
This commit is contained in:
parent
997cf6d287
commit
76432d1007
1 changed files with 21 additions and 7 deletions
|
@ -90,7 +90,21 @@ element.ny4.dev {
|
|||
|
||||
cinny.ny4.dev {
|
||||
import default
|
||||
|
||||
@index {
|
||||
not path /index.html
|
||||
not path /public/*
|
||||
not path /assets/*
|
||||
not path /config.json
|
||||
not path /manifest.json
|
||||
not path /pdf.worker.min.js
|
||||
not path /olm.wasm
|
||||
path /*
|
||||
}
|
||||
|
||||
root * @cinny@
|
||||
rewrite /*/olm.wasm /olm.wasm
|
||||
rewrite @index /index.html
|
||||
file_server
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue