mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-26 01:05:52 +03:00
[GH-ISSUE #298] websocket 的 map 指令不应放在站点里配置 #4589
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#4589
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 @jearton on GitHub (Feb 18, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/298
map 指令只能放在 http 指令块下面,并且多个站点可共享。所以最好直接固定到 nginx.conf 文件里,否则在多个站点配置文件里重复配置的话,nginx 测试会报错的
@0xJacky commented on GitHub (Feb 19, 2024):
nginx 的版本提供一下
@jearton commented on GitHub (Feb 19, 2024):
抱歉,我记错了,在http块里重复的map指令,不会导致报错