We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0d7c0 commit 2d8a895Copy full SHA for 2d8a895
docs/content/doc/usage/command-line.en-us.md
@@ -46,7 +46,7 @@ Starts the server:
46
- `gitea web --port 80`
47
- `gitea web --config /etc/gitea.ini --pid /var/run/gitea.pid`
48
- Notes:
49
- - Gitea should not be run as root. To bind to a port below 1000, you can use setcap on
+ - Gitea should not be run as root. To bind to a port below 1024, you can use setcap on
50
Linux: `sudo setcap 'cap_net_bind_service=+ep' /path/to/gitea`. This will need to be
51
redone every time you update Gitea.
52
0 commit comments