13 lines
176 B
Plaintext
13 lines
176 B
Plaintext
location /madi/authgwy {
|
|
proxy_pass http://authgwy:8000;
|
|
}
|
|
|
|
location /tenant {
|
|
proxy_pass http://tenant:80;
|
|
}
|
|
|
|
location /themes {
|
|
proxy_pass http://themes:8000;
|
|
}
|
|
|