Last active
December 3, 2022 15:10
-
-
Save amcginlay/7aceb5c7e480a7810af4583518d21384 to your computer and use it in GitHub Desktop.
Non-root use of port 80
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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