Update snippets/www-nginx.j2

change blockchain IP
This commit is contained in:
Arjan Koopen 2024-12-02 22:14:03 +01:00
parent 69547fc540
commit 73a8fc9f05

View file

@ -7,7 +7,7 @@ location = /fotos {
} }
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/(.+)$ { location ~ ^/state/(.+)$ {