From 426afc4f79a26be3e26d06a85e16c71b70035399 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Wed, 13 Jul 2022 18:17:40 -0500 Subject: [PATCH] Don't serve static assets separately --- conf.d/git.boba.best | 5 ----- 1 file changed, 5 deletions(-) diff --git a/conf.d/git.boba.best b/conf.d/git.boba.best index 196fd96..3eebe19 100644 --- a/conf.d/git.boba.best +++ b/conf.d/git.boba.best @@ -4,11 +4,6 @@ git.boba.best { encode zstd gzip import hsts - handle_path /_/static/assets/* { - root * /var/www/git.boba.best/public - file_server - } - handle { reverse_proxy localhost:85 { header_up X-Real-IP {remote_host}