allow large file uploads [skip travis]

This commit is contained in:
wh1te909 2019-10-23 00:56:07 +00:00
parent 86966198a5
commit d498c3b151
1 changed files with 1 additions and 0 deletions

View File

@ -375,6 +375,7 @@ server {
server {
listen 443 ssl;
server_name ${rmmdomain};
client_max_body_size 300M;
access_log /home/${USER}/vue-rmm/api/djangormm/log/rmm-access.log;
error_log /home/${USER}/vue-rmm/api/djangormm/log/rmm-error.log;
ssl_certificate /etc/letsencrypt/live/${rmmdomain}/fullchain.pem;