4 lines
85 B
Plaintext
4 lines
85 B
Plaintext
location = /login {
|
|
proxy_pass http://127.0.0.1:${TFW_LOGIN_APP_PORT};
|
|
}
|