-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot run node-red-docker behind nginx docker with virtual directory. #181
Comments
This is how I am do it. You will need to setup DNS for this to work
Here Is my docker compose file:
|
With some rewrite rules, you can achieve this pretty nicely (slightly modified from what we are running in production):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What are the steps to reproduce?
install:
What happens?
proxy_pass may work, but some static reference library cannot be located correctly.
I had tried to modify httpAdminRoot, httpNodeRoot, httpRoot, httpStatic in settings.js, seems not the correct setting item for this case.
nginx setting
The text was updated successfully, but these errors were encountered: