v1.0.159: JS extracted to app.js on VM — Lucee is now HTML shell only (191 lines)

This commit is contained in:
2026-06-23 17:15:03 +04:00
parent a788e9e23d
commit 04ca79a489
3 changed files with 656 additions and 662 deletions
+7
View File
@@ -10,6 +10,13 @@ server {
proxy_read_timeout 120s;
}
location = /app.js {
alias /home/naeel/contracts/app.js;
add_header Content-Type "application/javascript; charset=utf-8";
add_header Access-Control-Allow-Origin "*";
expires 0;
}
location /lucee/ {
rewrite ^/lucee/(.*) /$1 break;
proxy_pass https://contractor.luceek8s.dev.nubes.ru;