mirror of
https://github.com/alam00000/bentopdf.git
synced 2026-05-04 09:20:35 +00:00
fix: add Spanish language support in URL rewrite rules
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ http {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
|
||||
rewrite ^/(en|de|zh|vi)/(.*)$ /$2 last;
|
||||
rewrite ^/(en|de|es|zh|vi)/(.*)$ /$2 last;
|
||||
|
||||
location ~* \.html$ {
|
||||
expires 1h;
|
||||
|
||||
Reference in New Issue
Block a user