Merge pull request #25 from rontus/patch-1
Fix a missing ; at end of line 11
This commit is contained in:
commit
6e766f58f0
|
@ -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/ {
|
||||||
|
|
Reference in New Issue