From b9051ddd9fe4762917b6b640b3efd2edcc04a533 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Wed, 25 Aug 2021 17:22:41 -0500 Subject: [PATCH] Move assets in gitea to /_/static/assets (see linked PR below) https://github.com/go-gitea/gitea/pull/15219 --- conf.d/git.boba.best | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/git.boba.best b/conf.d/git.boba.best index 79d34fd..48210be 100644 --- a/conf.d/git.boba.best +++ b/conf.d/git.boba.best @@ -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 }