summaryrefslogtreecommitdiff
path: root/etc/nginx
diff options
context:
space:
mode:
Diffstat (limited to 'etc/nginx')
-rw-r--r--etc/nginx/sites-enabled/buildbot-ssl.site2
-rw-r--r--etc/nginx/sites-enabled/buildbot.site2
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
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;
}