@@ -113,11 +113,15 @@ ZAMMAD_WEBSOCKET_PORT
113
113
Default: ``6042 ``
114
114
115
115
RAILS_TRUSTED_PROXIES
116
- By default, Zammad trusts localhost proxies only. Set IP addresses or host
117
- names of your existing reverse proxies. Host names are resolved during the
118
- start of Zammad. A change of the host name requires a restart of Zammad.
116
+ This setting is important for the correct detection of client IP addresses
117
+ and features based on it, like rate limiting.
119
118
120
- Default: ``['127.0.0.1', '::1'] ``
119
+ By default, Zammad trusts localhost proxies only. Any additional proxy servers
120
+ will have to be added here, by IP address (if static) or by host name.
121
+ Host names are resolved during the start of Zammad, so that a restart is required
122
+ whenever the IP address of a proxy server changes.
123
+
124
+ Default: ``127.0.0.1,::1 ``
121
125
122
126
.. _performance_tuning :
123
127
@@ -174,14 +178,6 @@ ZAMMAD_PROCESS_SCHEDULED_JOBS_WORKERS
174
178
| Default: **unset**
175
179
| Maximum number of workers: ``1``
176
180
177
- .. danger ::
178
-
179
- Disable processing of scheduled jobs by setting
180
- ``ZAMMAD_PROCESS_SCHEDULED_JOBS_DISABLE ``.
181
-
182
- Doing so on productive instances will draw important parts of your
183
- instance not working. **WE STRONGLY ** encourage against using this flag.
184
-
185
181
ZAMMAD_PROCESS_DELAYED_JOBS_WORKERS
186
182
How many processes should work on delayed jobs?
187
183
@@ -194,14 +190,6 @@ ZAMMAD_PROCESS_DELAYED_JOBS_WORKERS
194
190
195
191
.. warning :: 🥵 **This option can be very CPU-intensive.**
196
192
197
- .. danger ::
198
-
199
- Disable processing of delayed jobs by setting
200
- ``ZAMMAD_PROCESS_DELAYED_JOBS_DISABLE ``.
201
-
202
- Doing so on productive instances will draw important parts of your
203
- instance not working. **WE STRONGLY ** encourage against using this flag.
204
-
205
193
206
194
ZAMMAD_PROCESS_DELAYED_AI_JOBS_WORKERS
207
195
How many instances of AI workers should run simultaneously. AI workers handle
0 commit comments