nginx/site: Move static data to static01

This commit is contained in:
Timo Makinen 2023-09-12 22:16:15 +00:00
parent 3a39e40710
commit 0d621444c9

View file

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