diff --git a/roles/gogs/templates/vhost.j2 b/roles/gogs/templates/vhost.j2 index 5111ea7..25c2489 100644 --- a/roles/gogs/templates/vhost.j2 +++ b/roles/gogs/templates/vhost.j2 @@ -23,7 +23,6 @@ server { ssl_certificate_key /etc/nginx/ssl/{{ gogs_domain }}.key; ssl_certificate /etc/nginx/ssl/{{ gogs_domain }}.crt; - location / { client_max_body_size 128M; proxy_set_header X-Real-IP $remote_addr;