How to rewrite location in nginx depending on the client-browser\'s language?
For example: My browser accept-language is \'uk,ru,en\'. When I request locati
You can use nginx_accept_language_module. Nginx has to be recompiled but its less work than integrating Lua.
Link to github