From 73a8fc9f05f99a2bbb053609cc555ea3f3753ce4 Mon Sep 17 00:00:00 2001 From: ak47 Date: Mon, 2 Dec 2024 22:14:03 +0100 Subject: [PATCH] Update snippets/www-nginx.j2 change blockchain IP --- snippets/www-nginx.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/www-nginx.j2 b/snippets/www-nginx.j2 index 6b43e35..a831121 100644 --- a/snippets/www-nginx.j2 +++ b/snippets/www-nginx.j2 @@ -7,7 +7,7 @@ location = /fotos { } location ~* ^/fotos/(.*)$ { - proxy_pass http://204.2.68.2:4567/$1$is_args$args; + proxy_pass http://204.2.64.24:4567/$1$is_args$args; } location ~ ^/state/(.+)$ {