chore: lisa ci

This commit is contained in:
DarkSky
2022-08-04 15:52:13 +08:00
parent 02f081e7ae
commit a495ebb7a2
3 changed files with 2 additions and 1 deletions
+39
View File
@@ -0,0 +1,39 @@
:80 {
reverse_proxy /api/* keck:3001
@websockets {
path /collaboration/*
}
reverse_proxy @websockets keck:3000
reverse_proxy /* lisa:3001 {
header_up Host lisa:3001
}
}
http://lisa:3001 {
root /* ./dist
file_server {
precompressed br
}
encode {
zstd
gzip 9
}
@notStatic {
not path /*.css
not path /*.js
not path /*.png
not path /*.jpg
not path /*.svg
not path /*.ttf
not path /*.eot
not path /*.woff
not path /*.woff2
}
handle @notStatic {
try_files {path} /index.html
}
}