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

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
.. but it does not make a difference it seems
