Skip to content

Commit 837b04a

Browse files
authored
add charset
1 parent b480df0 commit 837b04a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/nginx/conf.d/default.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ server {
1212

1313
index index.php index.html;
1414
root /opt/app/public;
15+
charset utf-8;
1516

1617
location / {
1718
try_files $uri /index.php?$args;

0 commit comments

Comments
 (0)