add api endpoint to nginx server and update env vars

This commit is contained in:
2024-07-18 09:36:18 +02:00
parent c9b1206b2e
commit daa2b95dc3
2 changed files with 5 additions and 1 deletions

View File

@@ -30,6 +30,10 @@ http {
proxy_pass http://MIH-UX:83/;
}
location /api/ {
proxy_pass http://MIH-API-Hub:8080/;
}
location ~ /.well-known/acme-challenge/ {
root /var/www/certbot;
}