Browse Source

bump upload size

feature/auto_ssh
Andrew Camilleri 6 years ago
committed by GitHub
parent
commit
cd61147114
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Production/nginx.tmpl

3
Production/nginx.tmpl

@ -207,6 +207,7 @@ server {
{{ end }}
server {
client_max_body_size 100M;
server_name {{ $host }};
listen 443 ssl http2 {{ $default_server }};
{{ if $enable_ipv6 }}
@ -423,4 +424,4 @@ server {
{{ end }}
{{ end }}
{{ end }}
{{ end }}

Loading…
Cancel
Save