adjusted client max boidy size
Some checks failed
Build and Deploy Demo App (Artifacts, GHES/Gitea-safe) / test (push) Successful in 12s
Build and Deploy Demo App (Artifacts, GHES/Gitea-safe) / build (push) Failing after 3m11s
Build and Deploy Demo App (Artifacts, GHES/Gitea-safe) / scan (push) Has been skipped
Build and Deploy Demo App (Artifacts, GHES/Gitea-safe) / deploy (push) Has been skipped

fit to artifact size
This commit is contained in:
2025-11-27 11:36:14 +00:00
parent cb404c8faa
commit 7b541269a1

View File

@@ -13,6 +13,9 @@ server {
ssl_certificate_key /etc/nginx/ssl/origin_key.key; ssl_certificate_key /etc/nginx/ssl/origin_key.key;
ssl_protocols TLSv1.2 TLSv1.3; ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers HIGH:!aNULL:!MD5; ssl_ciphers HIGH:!aNULL:!MD5;
client_max_body_size 2g; # allow big artifacts
proxy_read_timeout 600s;
proxy_send_timeout 600s;
location / { location / {
proxy_pass http://app:5000; proxy_pass http://app:5000;