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
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:
@@ -13,6 +13,9 @@ server {
|
||||
ssl_certificate_key /etc/nginx/ssl/origin_key.key;
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
client_max_body_size 2g; # allow big artifacts
|
||||
proxy_read_timeout 600s;
|
||||
proxy_send_timeout 600s;
|
||||
|
||||
location / {
|
||||
proxy_pass http://app:5000;
|
||||
|
||||
Reference in New Issue
Block a user