From 41784f514f509e09ccb544910c269283d3e4cb62 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Wed, 13 Feb 2019 16:01:32 +0100 Subject: [PATCH] Cleanup whitespace --- roles/gogs/templates/vhost.j2 | 1 - 1 file changed, 1 deletion(-) 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;