Skip to content
Snippets Groups Projects
Commit 96206136 authored by James Graham's avatar James Graham
Browse files

Increase max upload size to 100M

parent ba3c73f2
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ server {
server_name _;
merge_slashes off;
client_max_body_size 100m;
location /favicon.ico {
alias /var/www/pedasi/static/img/favicon.ico;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment