mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-20 04:58:52 +00:00
fix: add space for url (#129)
 Resolve the problem that was wrongly detected as a URL. Co-authored-by: shugen002 <[email protected]> Co-authored-by: Lunny Xiao <[email protected]> Reviewed-on: https://gitea.com/gitea/docs/pulls/129 Reviewed-by: blumia <[email protected]> Reviewed-by: Lunny Xiao <[email protected]> Co-authored-by: shugen <[email protected]> Co-committed-by: shugen <[email protected]>
This commit is contained in:
committed by
Lunny Xiao
co-authored by
shugen002
Lunny Xiao
parent
0d073f07c4
commit
dc5a65d91a
+1
-1
@@ -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