Skip to content

Commit fec707c

Browse files
author
Filip Kula
committed
feat: change max body size for staging
1 parent 9ac7243 commit fec707c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nginx_staging.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ http {
1616

1717
charset utf-8;
1818

19+
client_max_body_size 10M;
20+
client_body_timeout 60s;
21+
client_header_timeout 60s;
22+
1923
location ^~ /.well-known/acme-challenge/ {
2024
root /var/www/certbot;
2125
}

0 commit comments

Comments
 (0)