nginx/site: Move static data to static01
This commit is contained in:
parent
3a39e40710
commit
0d621444c9
1 changed files with 2 additions and 2 deletions
|
@ -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/~;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue