Implemented history module

This commit is contained in:
2023-06-22 10:26:19 +02:00
parent 4772e0974f
commit 356dffdbcd
5 changed files with 86 additions and 9 deletions

View File

@@ -18,6 +18,11 @@ server {
proxy_set_header Host $host;
}
location /api/mock {
proxy_pass http://xmltools-mocked-services:8097/api/mock;
proxy_set_header Host $host;
}
location /libxml/ {
proxy_pass http://xmltools-libxml-backend/;
proxy_set_header Host $host;