diff options
author | Jeff Becker <jeff@i2p.rocks> | 2017-12-30 13:04:26 -0500 |
---|---|---|
committer | Jeff Becker <jeff@i2p.rocks> | 2017-12-30 13:08:53 -0500 |
commit | 39854d6c11c11767ff568c6020b0506a9cdde4e4 (patch) | |
tree | 0eacd1af9c02af4590f996f0eb8d0373525cc6ca /README.md | |
parent | 658c4754ff2e1ce91f020af193f8c7a9d5ef4df2 (diff) | |
download | pleroma-39854d6c11c11767ff568c6020b0506a9cdde4e4.tar.gz pleroma-39854d6c11c11767ff568c6020b0506a9cdde4e4.zip |
clarify
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ 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` if you want to proxify all http requests that pleroma makes to an upstream proxy server: +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" |