From 2cfd11cc281f3ac0d9c085aa46fa13946046c427 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 13 Apr 2016 17:47:53 +0200 Subject: changing buildbot port in nginx --- etc/nginx/sites-enabled/buildbot-ssl.site | 2 +- etc/nginx/sites-enabled/buildbot.site | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/nginx') diff --git a/etc/nginx/sites-enabled/buildbot-ssl.site b/etc/nginx/sites-enabled/buildbot-ssl.site index cbbef7b..e989682 100644 --- 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 index bec2149..efd0998 100644 --- 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; } -- cgit v1.2.3