Skip to content
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

Hammond and nginx reverse proxy #111

Open
redfirebrooks opened this issue Nov 13, 2022 · 2 comments
Open

Hammond and nginx reverse proxy #111

redfirebrooks opened this issue Nov 13, 2022 · 2 comments

Comments

@redfirebrooks
Copy link

Hello
I tried to reverse proxy hammond but I have a white page instead of the login page.

location ^~ /hammond {
     proxy_pass http://localhost:3333;
     }

Am i missing something ?

@kmanwar89
Copy link

I'm using NGINX Proxy Manager, which provides a GUI but uses NGINX on the backend. I was able to use this to force SSL for Hammond (which I spun up in a docker container).

I'll have to figure out where NPM stores it's host entries, but I'd be happy to share the config file if I can find it.

@kikoreta
Copy link

It seems that hammond search's for the js, and css files from the root path (domaind.com/file.css) when proxying to a subdomain it was discussed in this topic: #57 the solution is the developer add an env variable to set the base path and map the css and js files to that instead of root

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants