nginx_site: Serve static files from static02

This commit is contained in:
Timo Makinen 2023-11-25 17:35:34 +00:00
parent 7cf2ad1f5a
commit 0ed96a14f5

View file

@ -3,9 +3,9 @@
} }
location /roles/ { location /roles/ {
proxy_pass https://static01.home.foo.sh/roles/; proxy_pass https://static02.home.foo.sh/roles/;
} }
location /~ { location /~ {
proxy_pass https://static01.home.foo.sh/~; proxy_pass https://static02.home.foo.sh/~;
} }