Use relative paths as far as possible.

Switch from absolute paths `hostpath` to relative paths `contextpath`.
Unfortunately, for the url input javascript is necessary to resolve the
relative url.
Also see Issue #205.
This commit is contained in:
Florian
2022-01-04 14:05:32 +01:00
committed by PlantUML
parent 4a5e204e16
commit 99f85c0c9b
7 changed files with 41 additions and 71 deletions

View File

@@ -5,7 +5,7 @@ services:
image: plantuml/plantuml-server:jetty
container_name: plantuml-server
environment:
- TZ="Europe/Berlin"
- TZ=Europe/Berlin
nginx:
image: nginx:alpine
@@ -13,6 +13,6 @@ services:
ports:
- "80:80"
environment:
- TZ="Europe/Berlin"
- TZ=Europe/Berlin
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro