|
|
|
|
|
by jhatemyjob
36 days ago
|
|
tl;dr If you don't use ngx_http_rewrite_module, you're fine Honestly it's such a weird feature, if you're doing complicated redirects like this in nginx where PCRE is necessary, you should do it in your application code. And if you need speed use ngx_http_lua_module. |
|
Am I understanding you correctly?