Skip to content

Commit

Permalink
Increase POST request size (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
billytrend authored Aug 17, 2019
1 parent 031ca4e commit 5a918d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx-config/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ http {
resolver 8.8.8.8;
listen 80;
server_name _;
client_max_body_size 1G;

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

0 comments on commit 5a918d5

Please sign in to comment.