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/ {
|
||||
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/~;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue