change api proxy pass port to 80
This commit is contained in:
@@ -17,6 +17,11 @@ http {
|
|||||||
server minio:9000;
|
server minio:9000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# upstream fastAPI {
|
||||||
|
# least_conn;
|
||||||
|
# server api:8080;
|
||||||
|
# }
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
|
||||||
@@ -101,7 +106,7 @@ http {
|
|||||||
|
|
||||||
# Web Api
|
# Web Api
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://MIH-API-Hub:8080/;
|
proxy_pass http://MIH-API-Hub:80/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /.well-known/acme-challenge/ {
|
location ~ /.well-known/acme-challenge/ {
|
||||||
|
|||||||
Reference in New Issue
Block a user