mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-11-21 18:41:35 +01:00
Fix wrong Markdown
This commit is contained in:
parent
514932430f
commit
19a2834f22
@ -79,7 +79,7 @@ LFS_START_SERVER = true
|
|||||||
LFS_HTTP_AUTH_EXPIRY = 20m
|
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`.
|
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;
|
client_max_body_size 200M;
|
||||||
```
|
```
|
||||||
Don't forget to restart Gitea `sudo systemctl restart gitea.service`.
|
Don't forget to restart Gitea `sudo systemctl restart gitea.service`.
|
||||||
|
Loading…
Reference in New Issue
Block a user