Skip to content

Instantly share code, notes, and snippets.

View gmontard's full-sized avatar

Guillaume Montard gmontard

View GitHub Profile
@gmontard
gmontard / nginx-lang.lua
Last active April 8, 2018 11:01 — forked from mauron85/nginx-lang.lua
Detect preferred language script for Nginx written in LUA
-------------------------------------------------------------------------------
-- HTTP Accept-Language header handler --
-- @originalAuthor: [email protected] --
-- @originalRepository: https://github.com/fghibellini/nginx-http-accept-lang--
-- @modifiedBy: [email protected] --
-- @originalgist: https://gist.github.com/mauron85/47ed1075262d9e020fe2 --
-- @modifedgist: https://gist.github.com/gmontard/b44534a3356c51d7047c --
-- @modifiedgist purpose: match geenral lang and not the region --
-- @license: MIT --
-- @requires: --