diff options
-rw-r--r-- | images/git/nginx/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/git/nginx/nginx.conf b/images/git/nginx/nginx.conf index 9528692..40fded6 100644 --- a/images/git/nginx/nginx.conf +++ b/images/git/nginx/nginx.conf @@ -23,7 +23,7 @@ http { server_name tx0.co; try_files $uri @cgit; - location ~ /git(/.*) { + location ~ ^/git(/.*) { # Set chunks to unlimited, as the body's can be huge client_max_body_size 0; |