mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 19:05:18 +00:00
11 lines
179 B
Caddyfile
11 lines
179 B
Caddyfile
{
|
|
auto_https off
|
|
}
|
|
|
|
:{$PORT:80} {
|
|
root * /srv
|
|
encode gzip zstd
|
|
header /__foundry_runtime_config.js Cache-Control "no-store"
|
|
try_files {path} /index.html
|
|
file_server
|
|
}
|