diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..a2ef1ff --- /dev/null +++ b/Caddyfile @@ -0,0 +1,4 @@ +placeany.site { + encode zstd gzip + reverse_proxy http://localhost:5099 +}