Andrew Camilleri
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
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 }} |
|
|
|