pleroma/docs/config/howto_change_ip_and_port.md
rinpatch dfae0050af Move out of Gitlab Wiki
I understand that this change is quite unreadable and hard to review, sorry for forgetting to do atomic commits. This patch does not change too much content wise, it just
* Gets everything from gitlab wiki
* Removes some specific gitlab hacks
* Formats all documentation file names to be in snake case so they look the same way as our code does
2019-03-28 19:46:30 +03:00

328 B

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]