From 4c5f5105cd55599f2891952f9d3219a292eeb37d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=BE=20=D0=9A=D0=B0=D1=82?= =?UTF-8?q?=D1=8E=D1=85=D0=B0?= Date: Fri, 28 Jul 2017 13:41:54 +0300 Subject: [PATCH] runbot: fixed mistake in nginx config templatew --- runbot/runbot.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runbot/runbot.xml b/runbot/runbot.xml index d21f582c..3da7cc4f 100644 --- a/runbot/runbot.xml +++ b/runbot/runbot.xml @@ -705,7 +705,7 @@ http { server { listen 8080; - server_name ~^[-.].*$; + server_name ~^[-.].*$; location / { proxy_pass http://127.0.0.1:; } location /longpolling { proxy_pass http://127.0.0.1:; } }