Fix a missing ; at end of line 11

./setup.sh runs into a nginx error if that line does not end in ";"
This commit is contained in:
rontus 2020-02-18 03:48:24 -05:00 committed by GitHub
parent cb2ecb9b74
commit a77ed447ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ server {
client_max_body_size 1000M; client_max_body_size 1000M;
#post_max_size 1000M; #post_max_size 1000M;
root /home/user/skynet-webportal/packages/skynet/build root /home/user/skynet-webportal/packages/skynet/build;
} }
location ^~ /api/ { location ^~ /api/ {