nginx-ui/docs/zh_TW/guide/config-app.md

20 lines
666 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# App
## PageSize
- 類型:`int`
- 預設值10
- 版本:`>=v2.0.0-beta.37`
此選項用於設定 Nginx UI 中列表分頁的頁面大小。調整頁面大小可以更有效地管理大量資料,但過大的數字會增加伺服器的負載。
## JwtSecret
- 類型:`string`
- 版本:`>=v2.0.0-beta.37`
此選項用於設定 Nginx UI 伺服器生成 JWT 的金鑰。
JWT 是一種驗證使用者身份的標準。使用者登入後可以生成一個令牌,然後在後續請求中使用該令牌驗證使用者身份。
如果您使用一鍵安裝指令碼部署 Nginx UI指令碼將生成一個 UUID 值並將其設定為此選項的值。