mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 00:36:08 +03:00
[GH-ISSUE #240] 无法正常管理streams/Unable to manage streams properly #1471
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#1471
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 @XZ1314XZ on GitHub (Dec 17, 2023).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/240
尝试手动去创建
/etc/nginx/streams-available目录,但仍然报错。系统:centos-8.5.2111
安装方式:docker-compose
docker-compose配置:
I tried to manually create the
/etc/nginx/streams-availabledirectory, but I still encountered an error.System: CentOS 8.5.2111
Installation method: Docker Compose
Docker Compose configuration:
@0xJacky commented on GitHub (Dec 18, 2023):
在容器内 cd /etc/nginx/streams-available 看看输出什么,另外还需要手动创建 streams-enabled
@XZ1314XZ commented on GitHub (Dec 18, 2023):
容器内部:
@0xJacky commented on GitHub (Dec 18, 2023):
所以你的文件夹是创建到宿主机去了吗?
@XZ1314XZ commented on GitHub (Dec 18, 2023):
好的,没有错误提示了,在容器内部手动创建目录
mkdir -p /etc/nginx/streams-available,我原本只是在宿主机创建