We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b981234 commit 334d1e9Copy full SHA for 334d1e9
frontend
nginx.conf
@@ -35,6 +35,7 @@ server {
35
36
# any other matching path
37
location / {
38
+ charset utf-8;
39
try_files $uri $uri/ $uri/index.html =404;
40
}
41
0 commit comments