[GH-ISSUE #1108] stream 管理菜单没有了 #599

Closed
opened 2026-02-26 12:08:51 +03:00 by kerem · 8 comments
Owner

Originally created by @1607lucky on GitHub (Jun 3, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1108

Image

模组状态显示
stream | 动态 | 未加载

版本v2.1.0

重启,升级重新安装也没用

Originally created by @1607lucky on GitHub (Jun 3, 2025). Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1108 <img width="1745" alt="Image" src="https://github.com/user-attachments/assets/b897b193-427d-406f-b64c-10697b687449" /> 模组状态显示 stream | 动态 | 未加载 版本v2.1.0 重启,升级重新安装也没用
kerem 2026-02-26 12:08:51 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@0xJacky commented on GitHub (Jun 3, 2025):

nginx.conf 中写 stream {} 会报错吗

<!-- gh-comment-id:2935035610 --> @0xJacky commented on GitHub (Jun 3, 2025): nginx.conf 中写 stream {} 会报错吗
Author
Owner

@1607lucky commented on GitHub (Jun 3, 2025):

nginx.conf 中写 stream {} 会报错吗

Image

功能正常,我之前加的stream转发端口都能使用

<!-- gh-comment-id:2935045348 --> @1607lucky commented on GitHub (Jun 3, 2025): > nginx.conf 中写 stream {} 会报错吗 <img width="1745" alt="Image" src="https://github.com/user-attachments/assets/eb7fe45f-91f7-45fe-8dad-015810e43e15" /> 功能正常,我之前加的stream转发端口都能使用
Author
Owner

@0xJacky commented on GitHub (Jun 3, 2025):

可以发一下 nginx -V 的输出吗

<!-- gh-comment-id:2935051398 --> @0xJacky commented on GitHub (Jun 3, 2025): 可以发一下 nginx -V 的输出吗
Author
Owner

@1607lucky commented on GitHub (Jun 3, 2025):

nginx.conf 中写 stream {} 会报错吗

就是导航栏不显示,我自己把stream配置文件写在streams-available并链接到streams-enabled,端口转发就能用了

<!-- gh-comment-id:2935054506 --> @1607lucky commented on GitHub (Jun 3, 2025): > nginx.conf 中写 stream {} 会报错吗 就是导航栏不显示,我自己把stream配置文件写在streams-available并链接到streams-enabled,端口转发就能用了
Author
Owner

@1607lucky commented on GitHub (Jun 3, 2025):

可以发一下 nginx -V 的输出吗

Image

nginx version: nginx/1.20.1
built by gcc 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC)
built with OpenSSL 1.1.1k FIPS 25 Mar 2021
TLS SNI support enabled
configure arguments: --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib64/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/tmp/client_body --http-proxy-temp-path=/var/lib/nginx/tmp/proxy --http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi --http-uwsgi-temp-path=/var/lib/nginx/tmp/uwsgi --http-scgi-temp-path=/var/lib/nginx/tmp/scgi --pid-path=/run/nginx.pid --lock-path=/run/lock/subsys/nginx --user=nginx --group=nginx --with-compat --with-debug --with-file-aio --with-google_perftools_module --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_degradation_module --with-http_flv_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module=dynamic --with-http_mp4_module --with-http_perl_module=dynamic --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_slice_module --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --with-http_v2_module --with-http_xslt_module=dynamic --with-mail=dynamic --with-mail_ssl_module --with-pcre --with-pcre-jit --with-stream=dynamic --with-stream_ssl_module --with-stream_ssl_preread_module --with-threads --with-cc-opt='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' --with-ld-opt='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E'

<!-- gh-comment-id:2935058626 --> @1607lucky commented on GitHub (Jun 3, 2025): > 可以发一下 nginx -V 的输出吗 <img width="1583" alt="Image" src="https://github.com/user-attachments/assets/f69eef1f-d289-40c7-9273-2181442619b2" /> nginx version: nginx/1.20.1 built by gcc 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) built with OpenSSL 1.1.1k FIPS 25 Mar 2021 TLS SNI support enabled configure arguments: --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib64/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/tmp/client_body --http-proxy-temp-path=/var/lib/nginx/tmp/proxy --http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi --http-uwsgi-temp-path=/var/lib/nginx/tmp/uwsgi --http-scgi-temp-path=/var/lib/nginx/tmp/scgi --pid-path=/run/nginx.pid --lock-path=/run/lock/subsys/nginx --user=nginx --group=nginx --with-compat --with-debug --with-file-aio --with-google_perftools_module --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_degradation_module --with-http_flv_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module=dynamic --with-http_mp4_module --with-http_perl_module=dynamic --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_slice_module --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --with-http_v2_module --with-http_xslt_module=dynamic --with-mail=dynamic --with-mail_ssl_module --with-pcre --with-pcre-jit --with-stream=dynamic --with-stream_ssl_module --with-stream_ssl_preread_module --with-threads --with-cc-opt='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' --with-ld-opt='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E'
Author
Owner

@0xJacky commented on GitHub (Jun 4, 2025):

麻烦使用 nginx -T 命令,查看是否有与 load_module modules/ngx_stream_module.so; 相关的行

<!-- gh-comment-id:2938034538 --> @0xJacky commented on GitHub (Jun 4, 2025): 麻烦使用 nginx -T 命令,查看是否有与 load_module modules/ngx_stream_module.so; 相关的行
Author
Owner

@1607lucky commented on GitHub (Jun 4, 2025):

麻烦使用 nginx -T 命令,查看是否有与 load_module modules/ngx_stream_module.so; 相关的行

Image
<!-- gh-comment-id:2938642979 --> @1607lucky commented on GitHub (Jun 4, 2025): > 麻烦使用 nginx -T 命令,查看是否有与 load_module modules/ngx_stream_module.so; 相关的行 <img width="668" alt="Image" src="https://github.com/user-attachments/assets/3411c737-2a8c-47df-9346-3fad7e67045b" />
Author
Owner

@0xJacky commented on GitHub (Jun 4, 2025):

感谢反馈,将会在 v2.1.2 中修复

<!-- gh-comment-id:2938850559 --> @0xJacky commented on GitHub (Jun 4, 2025): 感谢反馈,将会在 v2.1.2 中修复
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#599
No description provided.