From 96df378c0c8f0392310544cb9add3ad641257c8b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 18 Oct 2016 16:09:43 +0200 Subject: [PATCH] Enable the stats port for the SSE server --- roles/pagure/frontend/templates/pagure.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/pagure/frontend/templates/pagure.cfg b/roles/pagure/frontend/templates/pagure.cfg index 447fdf8df4..b88577c179 100644 --- a/roles/pagure/frontend/templates/pagure.cfg +++ b/roles/pagure/frontend/templates/pagure.cfg @@ -86,6 +86,8 @@ REDIS_HOST = '0.0.0.0' REDIS_PORT = 6379 REDIS_DB = 0 +EV_STATS_PORT = '8888 + WEBHOOK = True ### Folder containing to the git repos