ISCN5CG1325C0X

This commit is contained in:
2023-09-18 16:52:17 -07:00
parent 59d2ef6e44
commit f96a439eee
24 changed files with 417 additions and 30 deletions

View File

@ -0,0 +1,11 @@
location /api/ {
proxy_http_version 1.1;
proxy_cache_bypass $http_upgrade;
proxy_pass http://localhost:5002;
proxy_set_header Host $http_host;
proxy_set_header Connection keep-alive;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header X-Forwarded-Proto https;
}
# see pipeline yml