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 88398cd commit 62c404aCopy full SHA for 62c404a
scripts/conf/nginx-timtec-production
@@ -6,8 +6,8 @@
6
7
server {
8
listen 80;
9
- client_max_body_size 50m;
10
- # server_name timtec.com.br;
+ client_max_body_size 200m;
+ # server_name mooc.timtec.com.br;
11
12
access_log /var/log/nginx/production.timtec.com.br.access.log;
13
error_log /var/log/nginx/production.timtec.com.br.error.log;
0 commit comments