Remove outdated howto change config and port and move it to config.md instead
This commit is contained in:
parent
949cfde065
commit
a309b49c2d
2 changed files with 38 additions and 7 deletions
|
|
@ -1,7 +0,0 @@
|
|||
# How to change the port or IP Pleroma listens to
|
||||
To change the port or IP Pleroma listens to, head over to your generated config inside the Pleroma folder at config/prod.secret.exs and edit the following according to your needs.
|
||||
```
|
||||
config :pleroma, Pleroma.Web.Endpoint,
|
||||
[...]
|
||||
http: [ip: {127, 0, 0, 1}, port: 4000]
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue