Skip to content

Commit 62c404a

Browse files
committed
nginx conf template
1 parent 88398cd commit 62c404a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/conf/nginx-timtec-production

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
server {
88
listen 80;
9-
client_max_body_size 50m;
10-
# server_name timtec.com.br;
9+
client_max_body_size 200m;
10+
# server_name mooc.timtec.com.br;
1111

1212
access_log /var/log/nginx/production.timtec.com.br.access.log;
1313
error_log /var/log/nginx/production.timtec.com.br.error.log;

0 commit comments

Comments
 (0)