Skip to content

Commit 5a918d5

Browse files
authored
Increase POST request size (#6)
1 parent 031ca4e commit 5a918d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx-config/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ http {
110110
resolver 8.8.8.8;
111111
listen 80;
112112
server_name _;
113+
client_max_body_size 1G;
113114

114115
location / {
115116
return 200 'This is a caching service for gitub: https://github.com/Azure/github-nginx-cache/';

0 commit comments

Comments
 (0)