Add missing } at end of nginx/server-common.conf

This commit is contained in:
wiz 2022-01-04 17:27:37 +09:00
parent 4de1d017ad
commit c778e84247
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -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;
}