diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 17bd30a1..19663724 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -55,6 +55,15 @@ http { proxy_pass http://MIH-API-Hub:8080/; } + # phpadmin Dashboard + location /phpmyadmin/ { + proxy_pass http://MIH-phpmyadmin:8081; + + # SuperTokens Dashboard + location /supertokens/ { + proxy_pass http://MIH-API-Hub:8080/auth/dashboard/; + } + #Minio storage location /files/ui/ { rewrite ^/minio/ui/(.*) /$1 break;