-
Notifications
You must be signed in to change notification settings - Fork 29
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
Configurable context-path #52
Comments
@Tedlar, you don't need additional context path to configure application behind reverse-proxy. There is example docker-compose.yml with traefik v2 as reverse proxy. No problem to configure using apache or nginx. |
Still I have configuration problem. |
@Tedlar, could you show me your reverse proxy configuration? |
@hlavki no problem.
|
@Tedlar I am not NGINX expert, but couple of thoughts:
|
Nope, not working.
Thanks to that application is being loaded properly. |
@hlavki For now i moved your app to base url ('/') and everything works. |
yes, I understand your problem. I will let you know if I found some solution. |
I think it would be a great feature to add ability to configure web applications context-path (base path).
Of course as variable passed to docker container.
So you could change base url from:
http://localhost:8181
to:
http://localhost:8181/new-context
It would enable placing application behind reverse-proxy.
The text was updated successfully, but these errors were encountered: