Skip to content

Commit

Permalink
💫 Update nginx conf to allow uploading big image files
Browse files Browse the repository at this point in the history
  • Loading branch information
Chatewgne committed Dec 19, 2022
1 parent 6b81c8b commit f9c72d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/nginx.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ server {
access_log /var/log/nginx/geotrek_access.log;
error_log /var/log/nginx/geotrek_error.log;

client_max_body_size 10M;
client_max_body_size 200M;

location /static {
expires 1d;
Expand Down

0 comments on commit f9c72d9

Please sign in to comment.