baseimage-tutorial-framework/nginx/components/login.conf

4 lines
85 B
Plaintext
Raw Normal View History

location = /login {
proxy_pass http://127.0.0.1:${TFW_LOGIN_APP_PORT};
}