start better rts inegration
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user