mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #816] 希望增加基础的命令下拉如 root index return 等 #7551
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#7551
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yunyun on GitHub (Jan 12, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/816
老师好,

我在使用新产品的时候,发现一些常用 的nginx 指令,如 root,server_name,index,return 需要手动敲入,如果有空格,还会识别不了,希望常用的做成下拉,会方便很多,最好可以自定义,我们自己可以手动添加。
@0xJacky commented on GitHub (Jan 21, 2025):
已在
5911462中添加,将会在下一个版本中发布。Added in
5911462, will be released in the next version.处于安全考量,我们不会允许用户自定义指令列表,现在是直接基于 Alphabetical index of directives (https://nginx.org/en/docs/dirindex.html) 做的解析。
For security reasons, we do not allow users to define custom directive lists. Currently, the parsing is done directly based on the Alphabetical Index of Directives (https://nginx.org/en/docs/dirindex.html).