diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 61a815d7..0a996965 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -17,6 +17,11 @@ http { server minio:9000; } + # upstream fastAPI { + # least_conn; + # server api:8080; + # } + server { listen 80; @@ -101,7 +106,7 @@ http { # Web Api location / { - proxy_pass http://MIH-API-Hub:8080/; + proxy_pass http://MIH-API-Hub:80/; } location ~ /.well-known/acme-challenge/ {