mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1511] Stream Configuration Not Displaying Properly in Nginx UI Basic Mode #835
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#835
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 @DinacoStudio on GitHub (Jan 3, 2026).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1511
Title
Stream configuration for TCP load balancer not rendering correctly in nginx UI Basic Mode
Description
The
streamblock configuration used for Xray VLESS TCP load balancing on port 449 is not displaying correctly in the nginx UI interface when in Basic Mode. While the configuration file exists and contains valid syntax, the UI fails to render the complete configuration properly, with parts of the code appearing cut off or with broken formatting.Steps to Reproduce
Expected Behavior
The nginx UI should correctly display the entire
streamblock configuration, preserve all formatting and indentation, and allow editing without losing or truncating any configuration lines.Actual Behavior
Reproduction Configuration