Skip to content

Commit

Permalink
Merge pull request StamusNetworks#393 from regit/nginx-upload
Browse files Browse the repository at this point in the history
docker: allow 100M upload
  • Loading branch information
pevma authored Feb 14, 2022
2 parents f4b3265 + 46574cd commit bdbd636
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/containers-data/nginx/conf.d/selks6.conf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ server {
proxy_read_timeout 600;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-Proto https;
proxy_redirect off;
proxy_redirect off;
client_max_body_size 100M;
}

}
Expand Down

0 comments on commit bdbd636

Please sign in to comment.