Skip to content

Commit c52d02e

Browse files
committed
Specify what the NUMBER_OF_PROXIES option is used for
1 parent adacbb6 commit c52d02e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/prod.env

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ FROM_EMAIL='wger Workout Manager <[email protected]>'
161161

162162
#
163163
# Django Rest Framework
164-
# The number of proxies in front of the application. In the default configuration only nginx
165-
# is. Change as approtriate if your setup differs
164+
# The number of proxies in front of the application. In the default configuration
165+
# only nginx is. Change as approtriate if your setup differs. Also note that this
166+
# is only used when throttling API requests.
166167
NUMBER_OF_PROXIES=1

0 commit comments

Comments
 (0)