Add Railway deploy files for web.yaak.app and the send proxy

This commit is contained in:
Gregory Schier
2026-08-18 08:31:22 -07:00
parent 69083918f9
commit 79ef8f1ef5
4 changed files with 57 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
:{$PORT}
root * /srv
encode gzip zstd
try_files {path} /index.html
file_server
@assets path /assets/*
header @assets Cache-Control "public, max-age=31536000, immutable"
header /index.html Cache-Control "no-cache"