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

Serve moodist docker as a subfolder through Nginx proxy #47

Open
NachoParra opened this issue Nov 22, 2024 · 0 comments
Open

Serve moodist docker as a subfolder through Nginx proxy #47

NachoParra opened this issue Nov 22, 2024 · 0 comments

Comments

@NachoParra
Copy link

Hi,

I found this project and I love it, many thanks.

I have deployed it with the docker image and I can access the webpage of the docker directly, but I want to serve it through an nginx proxy as a subfolder, smething like https://subdomain.domain.com/moodist/.

I have tried adding a rewrite rule on the nginx configuration file
rewrite /moodist(.*) $1 break;
But it's not working, as expected.

Also I tried to add a environment variable on the docker container like I did with other docker images
- "SUBFOLDER=/webtop/"
But it's also not working.

My first question will be to ask if moodist can be served like this, and if it can be, can you please update the readme to explain how?

Thanks!!

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

1 participant