Skip to content

Commit 01704a5

Browse files
author
Filip Kula
committed
fix: change max body size ngnix
1 parent 9b435a6 commit 01704a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nginx.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ http {
1212
listen 80;
1313
server_name kola.kia.prz.edu.pl;
1414

15+
client_max_body_size 10M;
16+
1517
location ^~ /.well-known/acme-challenge/ {
1618
root /var/www/certbot;
1719
}

0 commit comments

Comments
 (0)