commit 2cfd11cc281f3ac0d9c085aa46fa13946046c427 parent bdd8d4d045591365a2cf56b9549de44bcbf810ae Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Wed, 13 Apr 2016 17:47:53 +0200 changing buildbot port in nginx Diffstat:
| M | etc/nginx/sites-enabled/buildbot-ssl.site | | | 2 | +- |
| M | etc/nginx/sites-enabled/buildbot.site | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/etc/nginx/sites-enabled/buildbot-ssl.site b/etc/nginx/sites-enabled/buildbot-ssl.site @@ -18,7 +18,7 @@ server { add_header Strict-Transport-Security "max-age=63072000; preload"; location / { - proxy_pass http://localhost:1802; + proxy_pass http://localhost:8010; proxy_redirect off; proxy_set_header Host $host; } diff --git a/etc/nginx/sites-enabled/buildbot.site b/etc/nginx/sites-enabled/buildbot.site @@ -9,7 +9,7 @@ server { server_name www.buildbot.taler.net; location / { - proxy_pass http://localhost:1802; + proxy_pass http://localhost:8010; proxy_redirect off; proxy_set_header Host $host; }