We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1f827 commit 5ae9398Copy full SHA for 5ae9398
nginx.conf
@@ -4,6 +4,9 @@ http {
4
include /etc/nginx/mime.types;
5
default_type application/octet-stream;
6
7
+ charset utf-8;
8
+ charset_types text/plain text/css application/json application/javascript text/xml application/xml text/javascript;
9
+
10
upstream django {
11
server django-web:8000;
12
}
@@ -38,6 +41,7 @@ http {
38
41
server_name kola.kia.prz.edu.pl;
39
42
40
43
charset utf-8;
44
45
46
client_max_body_size 10M;
47
client_body_timeout 60s;
0 commit comments