VincentSaelzler / hyper-homelab

A foray into hyper-converged architecture.
GNU General Public License v3.0
0 stars 0 forks source link

redirect requests from collatz/ to correct server and URL #173

Closed VincentSaelzler closed 2 years ago

VincentSaelzler commented 2 years ago

needs to do 2 things:

  1. send to correct server
  2. rewrite URL to remove /collatz
VincentSaelzler commented 2 years ago

turned out not to be possible because the url change rules are executed before the backend selection rules.

also, not a good idea because all links in the application would need to be prefixed with /collatz/ to be routed properly by haproxy