Skip to content

Commit 45a5045

Browse files
authored
Merge pull request #111 from Xpirix/rpc_payload_too_large_error
Make the https the client_max_body_size consistent with http
2 parents 756b37c + 424843c commit 45a5045

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dockerize/sites-enabled/prod-ssl.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ server {
152152

153153
access_log /var/log/nginx/access.log;
154154

155-
client_max_body_size 20M;
155+
client_max_body_size 30M;
156156
error_log /var/log/nginx/error.log;
157157

158158
charset utf-8;

dockerize/sites-enabled/staging-ssl.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ server {
152152

153153
access_log /var/log/nginx/access.log;
154154

155-
client_max_body_size 20M;
155+
client_max_body_size 30M;
156156
error_log /var/log/nginx/error.log;
157157

158158
charset utf-8;

0 commit comments

Comments
 (0)