From a77ed447cee8bd9fefd6132245227455eb7261e3 Mon Sep 17 00:00:00 2001 From: rontus <61180195+rontus@users.noreply.github.com> Date: Tue, 18 Feb 2020 03:48:24 -0500 Subject: [PATCH] Fix a missing ; at end of line 11 ./setup.sh runs into a nginx error if that line does not end in ";" --- setup-scripts/skynet-nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-scripts/skynet-nginx.conf b/setup-scripts/skynet-nginx.conf index adf2fdbc..639b1412 100644 --- a/setup-scripts/skynet-nginx.conf +++ b/setup-scripts/skynet-nginx.conf @@ -8,7 +8,7 @@ server { client_max_body_size 1000M; #post_max_size 1000M; - root /home/user/skynet-webportal/packages/skynet/build + root /home/user/skynet-webportal/packages/skynet/build; } location ^~ /api/ {