File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -190,9 +190,9 @@ In production environments, you should ensure that `RENDER` is set to True.
190
190
You will want to run the render server under whatever supervisor process suits your need. Depending on
191
191
your setup, you may need to change the ` RENDER_URL ` setting to reflect your environment.
192
192
193
- Depending on your load, you may want to use a worker farm to handle rendering.
194
- [ Node's cluster module] ( https://nodejs.org/api/cluster.html ) provides an easy way to fork a process and
195
- serve multiple instances from a single network address.
193
+ Depending on your load, you may want to use a worker farm to handle rendering. Node's
194
+ [ cluster module] ( https://nodejs.org/api/cluster.html ) provides an easy way to fork a process and serve
195
+ multiple instances from a single network address.
196
196
197
197
An alternative to worker farms is to put a reverse proxy in front of the render server. Be aware that
198
198
render server requests are sent as POST requests and most reverse proxies have issues with caching POST
You can’t perform that action at this time.
0 commit comments