From 699a119fe23c5c7e1e80beea003f358680bb0778 Mon Sep 17 00:00:00 2001 From: Hampus Kraft Date: Wed, 29 Jan 2020 06:51:04 +0000 Subject: [PATCH] nginx: update ports --- nginx.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nginx.conf b/nginx.conf index ff09adb..4a1b4a2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -7,7 +7,7 @@ server { server_name example.tld; location / { - proxy_pass http://localhost:5000; + proxy_pass http://localhost:8000; } # if you're hosting a custom index page while keeping @@ -15,15 +15,15 @@ server { # it too. # location /api { - # proxy_pass http://localhost:5000; + # proxy_pass http://localhost:8000; # } # # location /.well-known { - # proxy_pass http://localhost:5000; + # proxy_pass http://localhost:8000; # } # # location /nodeinfo { - # proxy_pass http://localhost:5000; + # proxy_pass http://localhost:8000; # } # if you don't want to keep the gateway