mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
docs: admin: installation fix broken link
Fixes: https://codeberg.org/forgejo/website/issues/324
This commit is contained in:
parent
9af05bfb01
commit
85a71e3c09
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ The following changes are recommended if dealing with many large files:
|
||||||
PROTOCOL = sendmail
|
PROTOCOL = sendmail
|
||||||
FROM = "Forgejo Git" <noreply@yourdomain.com>
|
FROM = "Forgejo Git" <noreply@yourdomain.com>
|
||||||
```
|
```
|
||||||
- By default Forgejo will listen to the port 3000 but that can be [changed to 80 with HTTP_PORT](./config-cheat-sheet/) like this:
|
- By default Forgejo will listen to the port 3000 but that can be [changed to 80 with HTTP_PORT](../config-cheat-sheet/) like this:
|
||||||
```ini
|
```ini
|
||||||
[server]
|
[server]
|
||||||
HTTP_PORT = 80
|
HTTP_PORT = 80
|
||||||
|
|
Loading…
Reference in a new issue