Configured tools for new libxml backend address

This commit is contained in:
2023-05-22 12:16:17 +02:00
parent 5887c92a2a
commit 8bf707abd2
3 changed files with 9 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ server {
}
location /libxml/ {
proxy_pass http://xmltools-libxml-backend:8082/;
proxy_pass http://xmltools-libxml-backend/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;