Kubernetes nginx-ingress upload file size limitation issue

Solution in pod Ingress YAML join in nginx.org/client-max-body-size: "20m"to resolve this method only in kuboard the pro-test too.

kind: Ingress
metadata:
  annotations:
    nginx.org/client-max-body-size: "4096m"   ##设置最大上传4096M

Guess you like

Origin blog.csdn.net/weixin_43357497/article/details/111828252