# HG changeset patch # User Marcin Kuzminski # Date 2019-07-18 13:56:26 # Node ID b8f61147aaf27b24e953d689635dae77fe6a2254 # Parent 6b84a3396271faeb9c774887402ab2a3d9deaa29 to-stable: fixed gunicorn config special character diff --git a/configs/gunicorn_config.py b/configs/gunicorn_config.py --- a/configs/gunicorn_config.py +++ b/configs/gunicorn_config.py @@ -34,7 +34,7 @@ loglevel = 'debug' limit_request_line = 0 # Limit the number of HTTP headers fields in a request. -# By default this value is 100 and can’t be larger than 32768. +# By default this value is 100 and can't be larger than 32768. limit_request_fields = 10240 # Limit the allowed size of an HTTP request header field.