Ajoute client_max_body_size au vhost nginx

This commit is contained in:
Benjamin Dauvergne 2015-07-01 16:07:12 +02:00
parent 28cd2bc7a0
commit 4c74f29378
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ proxy_cache_path /var/cache/nginx/tilecache levels=1:2:2 keys_zone=tilecache:153
server {
listen 80;
server_name localhost;
client_max_body_size 100m;
location /static/ {
alias /var/lib/logement/static/;