Move assets in gitea to /_/static/assets (see linked PR below)

https://github.com/go-gitea/gitea/pull/15219
This commit is contained in:
BBaoVanC 2021-08-25 17:22:41 -05:00
parent ede09f7e45
commit b9051ddd9f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
git.boba.best {
encode zstd gzip
handle_path /_/static/* {
handle_path /_/static/assets/* {
root * /var/www/git.boba.best/public
file_server
}