From 19a2834f227a786c0ecec9a1ef58b180a8539167 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Mon, 13 Apr 2020 22:16:16 +0200 Subject: [PATCH] Fix wrong Markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 493810d..c95aba0 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ LFS_START_SERVER = true LFS_HTTP_AUTH_EXPIRY = 20m ``` By default Nginx is setup with a max value to updload files at 200 Mo. It's possible to change this value on `/etc/nginx/conf.d/my.domain.tld.d/gitea.conf`. -```ini +``` client_max_body_size 200M; ``` Don't forget to restart Gitea `sudo systemctl restart gitea.service`.