Skip to content

Instantly share code, notes, and snippets.

@amcginlay
Last active December 3, 2022 15:10
Show Gist options
  • Save amcginlay/7aceb5c7e480a7810af4583518d21384 to your computer and use it in GitHub Desktop.
Save amcginlay/7aceb5c7e480a7810af4583518d21384 to your computer and use it in GitHub Desktop.
Non-root use of port 80
# From https://stackoverflow.com/questions/413807/is-there-a-way-for-non-root-processes-to-bind-to-privileged-ports-on-linux
sudo sysctl -w net.ipv4.ip_unprivileged_port_start=80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment