mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-12-24 22:32:43 -05:00
cosmetic change
This commit is contained in:
parent
c3176495e5
commit
d4b53524c0
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ The following changes are recommended if dealing with many large files:
|
|||
PROTOCOL = sendmail
|
||||
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
|
||||
[server]
|
||||
HTTP_PORT = 80
|
||||
|
|
Loading…
Reference in a new issue