Update snippets/www-nginx.j2
change blockchain IP
This commit is contained in:
parent
69547fc540
commit
73a8fc9f05
1 changed files with 1 additions and 1 deletions
|
@ -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/(.+)$ {
|
||||||
|
|
Loading…
Add table
Reference in a new issue