mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-18 00:02:48 +00:00
Add Railway Caddy frontend images
This commit is contained in:
parent
940e49fcfa
commit
e79a3d9389
6 changed files with 107 additions and 4 deletions
11
foundry/docker/frontend.Caddyfile
Normal file
11
foundry/docker/frontend.Caddyfile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue