fix: add Spanish language support in URL rewrite rules
This commit is contained in:
@@ -26,7 +26,7 @@ http {
|
|||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
rewrite ^/(en|de|zh|vi)/(.*)$ /$2 last;
|
rewrite ^/(en|de|es|zh|vi)/(.*)$ /$2 last;
|
||||||
|
|
||||||
location ~* \.html$ {
|
location ~* \.html$ {
|
||||||
expires 1h;
|
expires 1h;
|
||||||
|
|||||||
Reference in New Issue
Block a user