clarify
authorJeff Becker <jeff@i2p.rocks>
Sat, 30 Dec 2017 18:04:26 +0000 (13:04 -0500)
committerJeff Becker <jeff@i2p.rocks>
Sat, 30 Dec 2017 18:08:53 +0000 (13:08 -0500)
README.md

index 79ce2d19f6af282d8b6bd2d68b81b2683550eaed..da528e1a2ac81b2fe87ab144aac24c4478482b0e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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"