Skip to content

Commit

Permalink
limit update (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: Luděk Nový <[email protected]>
  • Loading branch information
ludeknovy and Luděk Nový authored Mar 21, 2020
1 parent 1def452 commit f84cb5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ events {
}

http {
client_max_body_size 500M;
client_max_body_size 2048M;

server {
listen 80;
server_name localhost;

client_max_body_size 500M;
client_max_body_size 2048M;
root /usr/share/nginx/html;
index index.html index.htm;
include /etc/nginx/mime.types;
Expand Down

0 comments on commit f84cb5b

Please sign in to comment.