Skip to content

Add client_max_body_size to nginx site

gitlab-qa-bot requested to merge github/fork/demosdemon/patch-1 into master

Created by: demosdemon

Added the client_max_body_size declaration to the nginx server block to prevent HTTP 413 errors when http post body is larger than the default (1m).

Merge request reports