From 2d5428b9ba200828fd5a64f62fdf7aa3f74d3c96 Mon Sep 17 00:00:00 2001 From: Marcin Jachymiak Date: Tue, 4 Feb 2020 13:55:34 -0500 Subject: [PATCH] Update location blocks on nginx --- setup-scripts/skynet-nginx.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup-scripts/skynet-nginx.conf b/setup-scripts/skynet-nginx.conf index a051c86b..54aa7113 100644 --- a/setup-scripts/skynet-nginx.conf +++ b/setup-scripts/skynet-nginx.conf @@ -1,7 +1,10 @@ server { - listen 80; + listen 443 ssl; + listen [::]:443 ssl; - location / { + server_name siasky.net www.siasky.net; + + location / { client_max_body_size 1000M; #post_max_size 1000M;