mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #18] Sorry about noob question :) #17
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#17
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 @zaywalker on GitHub (Sep 18, 2018).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/18
hello again!
It's hard to figure the custom configuration without knowledge about linux and nginx. T_T
I've attached some server successfully like home assistant with custom confuguration, but now I'm hit the wall to handle web terminal called "butterfly".
currently, it's fine to run with redirection host and i'm now trying to do with reverse proxy.
the instruction is
https://github.com/paradoxxxzero/butterfly/wiki/Butterfly-with-nginx-reverse-proxy-and-https
this instruction is for cname? domain like aaa.bbb.ccc/butterfly
but i'm trying to make subdomain butterfly.bbb.ccc
when I try to do location / , proxy status turns offline...
any help will be great for me!
thanks advance!
@jc21 commented on GitHub (Sep 18, 2018):
Wow that's a lot of unnecessary crap they want you to do.
You should only need this location block, without all the ssl, redirections and basic authentication that the NPM will already handle. Even then, the only reason you need this is because of the websocket upgrade that is mixed in with all of it.
Give that a go. I'm not prepared to install butterfly to test it out though :)
@zaywalker commented on GitHub (Sep 18, 2018):
@jc21 Super thanks for the reply! I've tried the location block, unfortunatly, I got black screen like before. Even restart NPM docker.
But, I've learn some clue about
~ .*/ws.*I'll try do this another way!
Thanks eyery time!
@jc21 commented on GitHub (Oct 1, 2018):
For future reference, I added another setting for Proxy Hosts in version 2.0.3 you can use for any hosts that need websocket upgrades. Just turn on "Allow Websocket HTTP Upgrades" and hopefully everything works without the need for advanced config.
@zaywalker commented on GitHub (Oct 2, 2018):
working great!!! thanks!