Replies: 1 comment 1 reply
-
I think you have to change the ip for localhost your public ip instead of 127.0.0.1 set $server "your public ip"; or tray create a new site that points to the application and instead of the domain set your ip and the port, it would be advisable to have an https connection |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I would like to ask you for help with basic setting, because I am strugling here.
I am running Nginx in docker under ubuntu. Web GUI is working.
What I want to do: Have acces from internet to my server with cameras (BlueIris) - mobile application.
Below is basic explanation, as I set my network. Unfortunately, it does not work and I do not know why.
Point is, if I set port forwarding in router directly to W11 PC, it is working, but I want to go trough proxy, so I forwarded port 82 to Nginx, hoping, that rule in Nginx steams section forward to my W11 server. It does not work.
See setting below:

In case I use browser and connect directly to my public IP with port 82, I am redirected to Nginx dashboard, so seems to me, port forwarding is working, issue is Nginx.
Do you have idea, what I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions