diff --git a/roles/nginx/site/templates/www.foo.sh.conf.j2 b/roles/nginx/site/templates/www.foo.sh.conf.j2 index ad34c06..c3af36f 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://static02.home.foo.sh/roles/; + proxy_pass https://static01.home.foo.sh/roles/; } location /~ { - proxy_pass https://static02.home.foo.sh/~; + proxy_pass https://static01.home.foo.sh/~; }