fix(upload): support mov assets and large web uploads
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user