mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-21 10:17:42 +00:00
fix: add space for url (#129)
 Resolve the problem that was wrongly detected as a URL. Co-authored-by: shugen002 <10257291+shugen002@users.noreply.github.com> Co-authored-by: Lunny Xiao <lunny@noreply.gitea.com> Reviewed-on: https://gitea.com/gitea/docs/pulls/129 Reviewed-by: blumia <blumia@noreply.gitea.com> Reviewed-by: Lunny Xiao <lunny@noreply.gitea.com> Co-authored-by: shugen <shugen@noreply.gitea.com> Co-committed-by: shugen <shugen@noreply.gitea.com>
This commit is contained in:
@@ -191,7 +191,7 @@ aliases:
|
||||
|
||||
- `PROVIDER`: Session 内容存储方式,可选 `memory`, `file`, `redis` 或 `mysql`。
|
||||
- `PROVIDER_CONFIG`: 如果是文件,那么这里填根目录;其他的要填主机地址和端口。
|
||||
- `COOKIE_SECURE`: **_empty_**:`true` 或 `false`。启用此选项以强制在所有会话访问中使用 HTTPS。如果没有设置,当 ROOT_URL 是 https 链接的时候默认设置为 true。
|
||||
- `COOKIE_SECURE`: **_empty_**: `true` 或 `false`。启用此选项以强制在所有会话访问中使用 HTTPS。如果没有设置,当 ROOT_URL 是 https 链接的时候默认设置为 true。
|
||||
- `GC_INTERVAL_TIME`: Session失效时间。
|
||||
|
||||
## Picture (`picture`)
|
||||
|
||||
Reference in New Issue
Block a user