feat: Added go template.

This commit is contained in:
Spencer Brower
2026-02-23 12:33:12 -05:00
parent a95cf11b08
commit 7ae6c99f31
6 changed files with 229 additions and 0 deletions

11
templates/go/Caddyfile Normal file
View File

@@ -0,0 +1,11 @@
go.localhost {
encode zstd gzip
# root * .
# file_server
reverse_proxy :8888
tls internal
}