Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yorkie/nginx-lang-redirect.lua

The Lua Script for supporting language redirections working with proxy_pass for Nginx/OpenResty
https://github.com/yorkie/nginx-lang-redirect.lua

Last synced: 5 days ago
JSON representation

The Lua Script for supporting language redirections working with proxy_pass for Nginx/OpenResty

Awesome Lists containing this project

README

        

# nginx-lang-redirect.lua

The Lua Script for supporting language redirections for Nginx/OpenResty.

## Dependencies

- nginx >= 1.7.*
- [OpenResty](http://openresty.org/)

## Example conf

```
location / {
rewrite_by_lua_file "path/to/lang.lua";
proxy_pass "http://backend.server"
}
```

## License

MIT