diff --git a/production/nginx/server-common.conf b/production/nginx/server-common.conf index ba53ba543..c380831cc 100644 --- a/production/nginx/server-common.conf +++ b/production/nginx/server-common.conf @@ -63,3 +63,4 @@ location @index-redirect { # used for cookie override location ~ ^/(ar|bg|bs|ca|cs|da|de|et|el|es|eo|eu|fa|fr|gl|ko|hr|id|it|he|ka|lv|lt|hu|mk|ms|nl|ja|ka|no|nb|nn|pl|pt|pt-BR|ro|ru|sk|sl|sr|sh|fi|sv|th|tr|uk|vi|zh)/ { try_files $uri $uri/ /$1/index.html =404; +}