at: Add Chinese language support with new i18n utilities and update routing configura
This commit is contained in:
@@ -23,7 +23,7 @@ http {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
|
||||
rewrite ^/(en|de)/(.*)$ /$2 last;
|
||||
rewrite ^/(en|de|zh)/(.*)$ /$2 last;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
|
||||
Reference in New Issue
Block a user