File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -224,15 +224,15 @@ export REDBIOM_HOST=http://my_host.com:7379
224
224
225
225
## Configure NGINX and supervisor
226
226
227
- (NGINX) [ https://www.nginx.com/ ] is not a requirement for Qiita development but it's highly recommended for deploys as this will allow us
228
- to have multiple workers. Note that we are already installing (NGINX) [ https://www.nginx.com/ ] within the Qiita conda environment; also,
229
- that Qiita comes with an example (NGINX) [ https://www.nginx.com/ ] config file: ` qiita_pet/nginx_example.conf ` , which is used in the Travis builds.
227
+ [ NGINX ] ( https://www.nginx.com/ ) is not a requirement for Qiita development but it's highly recommended for deploys as this will allow us
228
+ to have multiple workers. Note that we are already installing [ NGINX ] ( https://www.nginx.com/ ) within the Qiita conda environment; also,
229
+ that Qiita comes with an example [ NGINX ] ( https://www.nginx.com/ ) config file: ` qiita_pet/nginx_example.conf ` , which is used in the Travis builds.
230
230
231
- Now, (supervisor) [ https://github.com/Supervisor/supervisor ] will allow us to start all the workers we want based on its configuration file; and we
232
- need that both the (NGINX) [ https://www.nginx.com/ ] and (supervisor) [ https://github.com/Supervisor/supervisor ] config files to match. For our Travis
231
+ Now, [ supervisor ] ( https://github.com/Supervisor/supervisor ) will allow us to start all the workers we want based on its configuration file; and we
232
+ need that both the [ NGINX ] ( https://www.nginx.com/ ) and [ supervisor ] ( https://github.com/Supervisor/supervisor ) config files to match. For our Travis
233
233
testing we are creating 3 workers: 21174 for master and 21175-6 as a regular workers.
234
234
235
- If you are using (NGINX) [ https://www.nginx.com/ ] via conda, you are going to need to create the NGINX folder within the environment; thus run:
235
+ If you are using [ NGINX ] ( https://www.nginx.com/ ) via conda, you are going to need to create the NGINX folder within the environment; thus run:
236
236
237
237
``` bash
238
238
mkdir -p ${CONDA_PREFIX} /var/run/nginx/
You can’t perform that action at this time.
0 commit comments