lando / nginx

The Official NGINX Lando Plugin
https://docs.lando.dev/nginx/
GNU General Public License v3.0
6 stars 7 forks source link

Setting client_max_body_size #44

Open sinnbeck opened 9 months ago

sinnbeck commented 9 months ago

Is there a way to set client_max_body_size in nginx without replacing the whole conf file. I would like to use the default so it does not break in future updates of lando

I also tried just copy pasting this into a file https://github.com/lando/nginx/blob/main/config/nginx.conf and setting its path in

config:
  config:
    server: ./.lando/nginx.server.conf

.. but it does not make a difference it seems image