mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #67] Terminal not ditable #5814
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#5814
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 @ahmadmssm on GitHub (Jan 20, 2023).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/67
Hi,
Thank you for this nice GUI.
I have a strange problem, when I open the UI from the IP and port, everything looks nice, however when I use Nginx to forward the io and the port to a local domain the terminal is not editable ar all.
Thanks in advance.
@0xJacky commented on GitHub (Jan 20, 2023):
It seems that you haven't proxy websocket to nginx-ui?
Please refer to the following documentation for configuration.
https://github.com/0xJacky/nginx-ui#example-of-nginx-reverse-proxy-configuration
@ahmadmssm commented on GitHub (Jan 20, 2023):
I'm not sure.
Here is my config
@0xJacky commented on GitHub (Jan 20, 2023):
add the following content to the top of your configuaration
and add the following content below
proxy_set_header Upgrade $http_upgrade;@ahmadmssm commented on GitHub (Jan 20, 2023):
Fixed, Thank you very much