change api proxy pass port to 80

This commit is contained in:
2024-07-24 14:41:05 +02:00
parent 7408eac555
commit e9ec217651

View File

@@ -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/ {