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:; } }