From ed93894fc88f9449caf4e5cdbc540233229460c0 Mon Sep 17 00:00:00 2001 From: nagadomi Date: Thu, 26 Mar 2020 10:59:11 +0900 Subject: [PATCH] Update nginxj.conf --- appendix/waifu2x.nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/appendix/waifu2x.nginx.conf b/appendix/waifu2x.nginx.conf index addd21e..cf175e8 100644 --- a/appendix/waifu2x.nginx.conf +++ b/appendix/waifu2x.nginx.conf @@ -22,6 +22,7 @@ map $http_accept_language $lang { ~ro ro; ~it it; ~eo eo; + ~no no; ~en en; }