File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 5
5
default_type application/octet-stream;
6
6
7
7
charset utf-8;
8
+ charset_types text/plain text/css application/json application/javascript text/xml application/xml text/javascript;
8
9
9
10
upstream django {
10
11
server django-web:8000;
@@ -39,6 +40,13 @@ http {
39
40
listen 443 ssl;
40
41
server_name kola.kia.prz.edu.pl;
41
42
43
+ charset utf-8;
44
+ charset_types text/plain text/css application/json application/javascript text/xml application/xml text/javascript;
45
+
46
+ client_max_body_size 10M ;
47
+ client_body_timeout 60s ;
48
+ client_header_timeout 60s ;
49
+
42
50
ssl_certificate /etc/letsencrypt/live/kola.kia.prz.edu.pl/fullchain.pem;
43
51
ssl_certificate_key /etc/letsencrypt/live/kola.kia.prz.edu.pl/privkey.pem;
44
52
50
58
51
59
location /media/ {
52
60
alias /media/;
61
+
62
+ charset utf-8;
53
63
}
54
64
55
65
location / {
You can’t perform that action at this time.
0 commit comments