You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YOUR_DOMAIN {
reverse_proxy localhost:3000
handle /bare/* {
# remove this if your bare prefix is /bare/
uri strip_prefix /bare
reverse_proxy YOUR_BARE_SERVER
}
}