How: Change Upload File Limit in Docker Project

How: Change Upload File Limit in Docker Project

Github > Common-Components >Select Particular branch >  orderhive-plus > templates > frontend.yaml

add line : 
nginx.ingress.kubernetes.io/proxy-body-size: "25m"
in 
annotations Section



    • Related Articles

    • What & How : Docker commands

      1. Install Docker $curl https://get.docker.com/ > dockerinstall && chmod 777 dockerinstall && ./dockerinstall 2. Docker should now be installed, the daemon started, and the process enabled to start on boot. Check that it's running: $service docker ...
    • CHANGE GITLAB RUNNER

      Required Details : - server architectures type [ x86, AMD64, ARM64, ARM, s390x, ppc64le ] - super user access [ sudo password ] SSH in server where you want to set git runner. Step 1) #download binary for your system Warning : Select binary as per ...
    • Installing phpMyAdmin and MySQL via Docker In local

      Prerequisite: 1. Basic Understanding of Docker and Container :  If you haven't attend any Docker 101 webinars and seminars, ask your TL to arrange one.  2. Docker is installed :  Ref : ...
    • SSL Issue/Auto-Renew With Docker

      Issue/Renew SSL certificates using docker we will be using webroot method to get certificates with certbot  Some Examples: For Issuing New SSL docker run \ -v /etc/nginx/conf.d/ssl/certbot:/etc/letsencrypt \ -v ...
    • S3 : Upload & Downlond

      1. Install AWSCLI         apt-get install awscli 2. Configure AWS Account       aws configure 3. Upload on S3       aws s3 cp SOURCE s3://DEST       if you want to upload whole folder then using following command        aws s3 cp SOURCE ...