but I have another idea... since I have to avoid the negative lookahead, and was having trouble allowing / to still work... I can instead try to use the nginx map functionality to create a map of known URLs https://nginx.org/en/docs/http/ngx_http_map_module.html#map
that didn't work.
but I have another idea... since I have to avoid the negative lookahead, and was having trouble allowing
/
to still work... I can instead try to use the nginxmap
functionality to create a map of known URLs https://nginx.org/en/docs/http/ngx_http_map_module.html#map