Skip to content

Commit de1f827

Browse files
author
Filip Kula
committed
feat: add utf-8 support
1 parent 2da7e28 commit de1f827

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nginx.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ http {
3737
listen 443 ssl;
3838
server_name kola.kia.prz.edu.pl;
3939

40+
charset utf-8;
41+
4042
client_max_body_size 10M;
4143
client_body_timeout 60s;
4244
client_header_timeout 60s;
@@ -50,6 +52,8 @@ http {
5052

5153
location /media/ {
5254
alias /media/;
55+
56+
charset utf-8;
5357
}
5458

5559
location / {

0 commit comments

Comments
 (0)