forked from yaso_meth/mih-project
update app env and nginx to cater for minio
This commit is contained in:
@@ -25,15 +25,21 @@ http {
|
||||
root /var/www/html;
|
||||
index index.php index.html index.htm;
|
||||
|
||||
|
||||
# Web App
|
||||
location / {
|
||||
proxy_pass http://MIH-UX:83/;
|
||||
}
|
||||
|
||||
# API Hub
|
||||
location /api/ {
|
||||
proxy_pass http://MIH-API-Hub:8080/;
|
||||
}
|
||||
|
||||
#Minio storage
|
||||
location /files/ {
|
||||
proxy_pass http://MIH-Minio:9000/;
|
||||
}
|
||||
|
||||
location ~ /.well-known/acme-challenge/ {
|
||||
root /var/www/certbot;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user