fix(upload): support mov assets and large web uploads
Deploy / Build Production Runtime Images (push) Successful in 8m51s
Deploy / Deploy Production (push) Successful in 56s
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled

This commit is contained in:
Xiaoxia AI
2026-06-23 11:44:10 +08:00
parent 9743123abc
commit 2cccc1b1d1
5 changed files with 34 additions and 4 deletions
+2
View File
@@ -70,6 +70,8 @@ def test_production_nginx_static_upstream_requires_web_recreate():
assert "proxy_pass http://xiaoxia-api-production:8000/api/;" in config
assert "client_max_body_size 100m;" in config
assert "proxy_read_timeout 300s;" in config
assert "proxy_request_buffering off;" in config
assert "--force-recreate web" in script