You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed PlantUML container version jetty-v1.2023.1 and version jetty-v1.2023.5 behind Nginx reverse proxy. PlantUML ver jetty-v1.2023.5 can not inject my Host base url (with subdirectory) to HTML urls. So that the HTML page expect the base url reffer to a real root, and omit them. Then, all web resources and urls missed.
Visit the web which Nginx served. With url: https://<domain_name>/plantuml/.
Expected behavior
Work well like PlantUML container version jetty-v1.2023.1.
Screenshots
jetty-v1.2023.1
jetty-v1.2023.5
Desktop:
OS
Debian GNU/Linux |
Browser
Mozilla Firefox
Version
112.0.1
The text was updated successfully, but these errors were encountered:
zero00072
changed the title
Nginx can not serve it on subdirectory well since jetty-v1.2023.5
Nginx can not serve it on subdirectory well since jetty-v1.2023.5 (Solved) (Need document)
Apr 24, 2023
I agree that the documentation on DockerHub is quite short. There could at least be a section which indicates that there is more information/documentation, as well as examples, on the GitHub repository. But this can only be done by somebody with access to the DockerHub account.
Describe the bug
I have installed PlantUML container version
jetty-v1.2023.1
and versionjetty-v1.2023.5
behind Nginx reverse proxy. PlantUML verjetty-v1.2023.5
can not inject myHost
base url (with subdirectory) to HTML urls. So that the HTML page expect the base url reffer to a real root, and omit them. Then, all web resources and urls missed.To Reproduce
Steps to reproduce the behavior:
docker-compose up -d plantuml
https://<domain_name>/plantuml/
.Expected behavior
Work well like PlantUML container version
jetty-v1.2023.1
.Screenshots
jetty-v1.2023.1
jetty-v1.2023.5
Desktop:
The text was updated successfully, but these errors were encountered: