forked from yaso_meth/mih-project
change api proxy pass port to 80
This commit is contained in:
@@ -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/ {
|
||||
|
||||
Reference in New Issue
Block a user