Changeset 0.29.2 (#197)

Co-authored-by: Jeffrey Smith <jasafpro@gmail.com>
Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit is contained in:
2026-03-17 22:31:34 +00:00
committed by xcaliber
parent d4de84f3f1
commit 115004a3ab
35 changed files with 2285 additions and 48 deletions

View File

@@ -86,8 +86,9 @@ server {
# v0.27.0: Extension surface static assets (JS, CSS, images)
# v0.28.7: On-disk path moved to /data/packages/, URL retained for stability.
location /surfaces/ {
alias /data/packages/;
# v0.29.2: ^~ prefix beats regex; corrected alias to /data/storage/packages/.
location ^~ /surfaces/ {
alias /data/storage/packages/;
expires 1h;
add_header Cache-Control "public";
}