start better rts inegration

This commit is contained in:
Ross
2026-06-29 10:44:39 +01:00
parent 2425e62caf
commit 1317d6a438
12 changed files with 255 additions and 7 deletions
+9
View File
@@ -13,6 +13,15 @@ server {
client_max_body_size 100M;
location /rts/ {
#proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
#proxy_set_header X-Forwarded-Proto $scheme;
#proxy_set_header Host $host;
#proxy_redirect off;
#proxy_buffering off;
alias /usr/src/app/rts;
}
location /static/ {
alias /usr/src/app/static/;
expires 30d;