nginx_site: Serve static files from static02
This commit is contained in:
parent
7cf2ad1f5a
commit
0ed96a14f5
1 changed files with 2 additions and 2 deletions
|
@ -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/~;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue