mirror of
https://git.coolaj86.com/coolaj86/greenlock-cli.js
synced 2025-02-22 11:18:05 +00:00
expanded note
This commit is contained in:
parent
d8e3434053
commit
e052942b99
@ -130,7 +130,7 @@ sudo ln -sf $GREENLOCK_PATH/bin/greenlock /usr/local/bin/greenlock
|
||||
set +e
|
||||
if type -p setcap >/dev/null 2>&1; then
|
||||
echo ""
|
||||
echo "Setting permissions to allow Greenlock to run on port 80"
|
||||
echo "Setting permissions to allow Greenlock to run on port 80 and port 443 without sudo or root"
|
||||
echo "sudo setcap cap_net_bind_service=+ep $GREENLOCK_PATH/bin/node"
|
||||
sudo setcap cap_net_bind_service=+ep $GREENLOCK_PATH/bin/node
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user