Update chapter-06-gbapp-reference.md
This commit is contained in:
parent
87ed54a1c2
commit
d2a869a4f4
1 changed files with 2 additions and 2 deletions
|
@ -94,8 +94,8 @@ npm -v
|
||||||
|
|
||||||
Opening 443 Port in Linux
|
Opening 443 Port in Linux
|
||||||
```
|
```
|
||||||
sudo setcap 'cap_net_bind_service=+ep' /usr/local/bin/node
|
sudo setcap 'cap_net_bind_service=+ep' $(readlink -f $(which node))
|
||||||
sudo setcap 'cap_net_bind_service=+ep' `which node`
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Additional Infrastructure
|
Additional Infrastructure
|
||||||
|
|
Loading…
Add table
Reference in a new issue