forked from yaso_meth/mih-project
add api endpoint to nginx server and update env vars
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user