Jay Li
Results
1
comments of
Jay Li
By use ingress-nginx in k8s, there're 2 annotations for rewrite in this case (but deprecated in 0.22.0): nginx.ingress.kubernetes.io/add-base-url nginx.ingress.kubernetes.io/base-url-scheme The generated nginx conf is: `set_escape_uri $escaped_base_uri $baseuri;` `subs_filter '()' '$1'...