How to redirect subpaths in nginx with nginx rewrite module?
I have a set of url paths which having changed in my application, e.g.: /dataview/unknownvvvo/ => /backend/unknown-vvvo /dataview/servicecounter => /backend/servicecounter-events I try to address this with rewrite rules in nginx: user app app; error_log /dev/stderr debug; events {} http {…