mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 18:03:56 +00:00
Add Railway Caddy frontend images
This commit is contained in:
parent
9960fba40e
commit
d7d13e330a
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