Updating nginx to support lithuanian

This commit is contained in:
softsimon
2022-12-26 22:44:21 +04:00
parent 8ccfa5b038
commit fbbd86d8e0
2 changed files with 4 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ http {
~*^vi vi;
~*^zh zh;
~*^hi hi;
~*^lt lt;
}
map $cookie_lang $lang {
@@ -141,6 +142,7 @@ http {
~*^vi vi;
~*^zh zh;
~*^hi hi;
~*^lt lt;
}
server {