Compare commits

...

1 Commits

Author SHA1 Message Date
426afc4f79 Don't serve static assets separately 2022-07-13 18:17:40 -05:00

View File

@ -4,11 +4,6 @@ git.boba.best {
encode zstd gzip encode zstd gzip
import hsts import hsts
handle_path /_/static/assets/* {
root * /var/www/git.boba.best/public
file_server
}
handle { handle {
reverse_proxy localhost:85 { reverse_proxy localhost:85 {
header_up X-Real-IP {remote_host} header_up X-Real-IP {remote_host}