Commit f136dbb8 by John Jarvis

typo

parent adf25087
......@@ -5,7 +5,7 @@
{% else -%}
{% set executable = edxapp_venv_dir + '/bin/gunicorn' -%}
{% endif -%}
{% if EDXAPP_LMS_MAX_REQ -%}
{% if EDXAPP_CMS_MAX_REQ -%}
{% set max_req = '--max-requests ' + EDXAPP_CMS_MAX_REQ -%}
{% else -%}
{% set max_req = '' + EDXAPP_CMS_MAX_REQ -%}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment