forked from yaso_meth/mih-project
add supertoken to proxy
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user