mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-05 23:11:22 +00:00
Fix /login location
This commit is contained in:
parent
a9701ba3fe
commit
f713697a2e
@ -12,7 +12,7 @@ server {
|
|||||||
proxy_set_header Connection "Upgrade";
|
proxy_set_header Connection "Upgrade";
|
||||||
}
|
}
|
||||||
|
|
||||||
location /login/ {
|
location = /login {
|
||||||
proxy_pass http://127.0.0.1:${TFW_LOGIN_APP_PORT};
|
proxy_pass http://127.0.0.1:${TFW_LOGIN_APP_PORT};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user