diff options
author | Roger Braun <roger@rogerbraun.net> | 2018-01-30 12:21:05 +0100 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2018-01-30 12:21:05 +0100 |
commit | 5e37adedfb718264fbc3eb3353ccee5244e82a89 (patch) | |
tree | d509572f7428c641ef148867a3ea6ebfe12bdd33 /README.md | |
parent | ad0ab3a57bc5591806cae0201d8077ffb10b6634 (diff) | |
parent | 2f23ae5b684a363b6090a45c4b1b9685c9ed614a (diff) | |
download | pleroma-5e37adedfb718264fbc3eb3353ccee5244e82a89.tar.gz pleroma-5e37adedfb718264fbc3eb3353ccee5244e82a89.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -50,3 +50,12 @@ Logs can be watched by using `journalctl -fu pleroma.service` ### Standalone/run by other means Run `mix phx.server` in repository's root, it will output log into stdout/stderr + +### Using an upstream proxy for federation + +Add the following to your `dev.secret.exs` or `prod.secret.exs` if you want to proxify all http requests that pleroma makes to an upstream proxy server: + + config :pleroma, :http, + proxy_url: "127.0.0.1:8123" + +This is useful for running pleroma inside Tor or i2p. |