diff options
author | Ivan Tashkinov <ivant.business@gmail.com> | 2019-04-02 13:50:12 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivant.business@gmail.com> | 2019-04-02 13:50:12 +0300 |
commit | 590c935d95f0ea4fb65994027a88a0623527af88 (patch) | |
tree | 6b459dd8bc0fdb8c095e8f0088cb44d263f2e8d9 /docs/config | |
parent | 804173fc924ec591558b8ed7671e35b506be9345 (diff) | |
parent | 9305e241cbbf78c634576dec58fb383563b39c58 (diff) | |
download | pleroma-590c935d95f0ea4fb65994027a88a0623527af88.tar.gz |
[#923] Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauth
# Conflicts:
# mix.exs
Diffstat (limited to 'docs/config')
-rw-r--r-- | docs/config/howto_change_ip_and_port.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/config/howto_change_ip_and_port.md b/docs/config/howto_change_ip_and_port.md deleted file mode 100644 index decddd35c..000000000 --- a/docs/config/howto_change_ip_and_port.md +++ /dev/null @@ -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] -``` |