Skip to content

Nginx module to set the language of a request based on a number of options

Notifications You must be signed in to change notification settings

vision5/ngx_http_set_lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Nginx HTTP Set Lang Module

Description

An Nginx module that provides a variety of ways for setting a variable denoting the langauge that content should be returned in.

Methods for setting language variable

  • cookie
  • URL arguments
  • Accept-Language header
  • geoip
  • host
  • referer
  • POST variables (todo)

Usage

TODO

Installation

./configure --add-module=/path/to/ngx_devel_kit --add-module=/path/to/ngx_http_set_lang

Copyright

Marcus Clyne (c) 2010

License

BSD

About

Nginx module to set the language of a request based on a number of options

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages