Merge pull request #25 from rontus/patch-1

Fix a missing ; at end of line 11
This commit is contained in:
Karol Wypchło 2020-02-18 04:10:24 -05:00 committed by GitHub
commit 6e766f58f0
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;
#post_max_size 1000M;
root /home/user/skynet-webportal/packages/skynet/build
root /home/user/skynet-webportal/packages/skynet/build;
}
location ^~ /api/ {