From 49cd8d6aec211117373c6e3858c6ca94a593ac56 Mon Sep 17 00:00:00 2001 From: Tore Date: Wed, 8 Dec 2021 13:13:12 +0100 Subject: [PATCH] docs: type about extra server args minor but important typo about configuration of extra server settings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e1af2b..eefc0ea 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Either you define exactly which release you install. Or you use the option ``lat | `gitea_lfs_enabled` | `false` | Enable GIT-LFS Support *(git large file storage: [git-lfs](https://git-lfs.github.com/))*. | | `gitea_lfs_content_path` | `{{ gitea_home }}/data/lfs` | LFS content path. *(if it is on local storage.)* | | `gitea_lfs_jwt_secret` | `''` | LFS authentication secret. Can be generated with ``gitea generate secret JWT_SECRET``. Will be autogenerated if not defined | -| `gitea_server_extra_config` | `''` | you can use this variable to pass additional config parameters in the `[ui]` section of the config. | +| `gitea_server_extra_config` | `''` | you can use this variable to pass additional config parameters in the `[server]` section of the config. | ### Database ([database](https://docs.gitea.io/en-us/config-cheat-sheet/#database-database)) | variable name | default value | description |