From bd359a9ad9f30f85ee634d9a087b25b68181f082 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 24 Sep 2018 20:20:37 +0000 Subject: [PATCH] Update the format of the MAYAN_ALLOWED_HOSTS environment setting. --- docs/topics/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/deploying.rst b/docs/topics/deploying.rst index a145818970..b3171921c7 100644 --- a/docs/topics/deploying.rst +++ b/docs/topics/deploying.rst @@ -71,7 +71,7 @@ Create the supervisor file at ``/etc/supervisor/conf.d/mayan.conf``:: [supervisord] environment= - MAYAN_ALLOWED_HOSTS="*", # Allow access to other network hosts other than localhost + MAYAN_ALLOWED_HOSTS='["*"]', # Allow access to other network hosts other than localhost MAYAN_CELERY_RESULT_BACKEND="redis://127.0.0.1:6379/0", MAYAN_BROKER_URL="redis://127.0.0.1:6379/0", PYTHONPATH=/opt/mayan-edms/lib/python2.7/site-packages:/opt/mayan-edms/data,