|
@@ -3,7 +3,7 @@ server {
|
|
|
server_name crowd.test.mooctest.net;
|
|
server_name crowd.test.mooctest.net;
|
|
|
root /usr/share/nginx/html;
|
|
root /usr/share/nginx/html;
|
|
|
#charset koi8-r;
|
|
#charset koi8-r;
|
|
|
-
|
|
|
|
|
|
|
+ client_max_body_size 100m;
|
|
|
#access_log logs/host.access.log main;
|
|
#access_log logs/host.access.log main;
|
|
|
|
|
|
|
|
location / {
|
|
location / {
|
|
@@ -25,4 +25,4 @@ server {
|
|
|
location = /50x.html {
|
|
location = /50x.html {
|
|
|
root html;
|
|
root html;
|
|
|
}
|
|
}
|
|
|
- }
|
|
|
|
|
|
|
+ }
|