increased nginx file size limit
gitea/salix/master This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-07-11 17:07:25 +02:00
parent 1b8a407916
commit 57a0a4113a
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ server {
listen [::]:80 default_server;
server_name _;
autoindex off;
client_max_body_size 50M
root /salix/dist;
error_page 404 = @notfound;