diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..ab74ee3 --- /dev/null +++ b/Caddyfile @@ -0,0 +1,6 @@ +:9046 { + root * /home/eric/nomadyt/dist + encode gzip zstd + try_files {path} /index.html + file_server +}