diff --git a/roles/nginx_site/templates/www.foo.sh.conf.j2 b/roles/nginx_site/templates/www.foo.sh.conf.j2 index c3af36f..ad34c06 100644 --- a/roles/nginx_site/templates/www.foo.sh.conf.j2 +++ b/roles/nginx_site/templates/www.foo.sh.conf.j2 @@ -3,9 +3,9 @@ } location /roles/ { - proxy_pass https://static01.home.foo.sh/roles/; + proxy_pass https://static02.home.foo.sh/roles/; } location /~ { - proxy_pass https://static01.home.foo.sh/~; + proxy_pass https://static02.home.foo.sh/~; }