add supertoken to proxy
This commit is contained in:
@@ -55,6 +55,15 @@ http {
|
|||||||
proxy_pass http://MIH-API-Hub:8080/;
|
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
|
#Minio storage
|
||||||
location /files/ui/ {
|
location /files/ui/ {
|
||||||
rewrite ^/minio/ui/(.*) /$1 break;
|
rewrite ^/minio/ui/(.*) /$1 break;
|
||||||
|
|||||||
Reference in New Issue
Block a user