Compare commits
1 commit
3c5d5ff67f
...
0419cdd405
| Author | SHA1 | Date | |
|---|---|---|---|
| 0419cdd405 |
1 changed files with 2 additions and 2 deletions
|
|
@ -38,11 +38,11 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
mirror @mirror;
|
mirror /mirror;
|
||||||
proxy_pass http://backend;
|
proxy_pass http://backend;
|
||||||
}
|
}
|
||||||
|
|
||||||
location = @mirror {
|
location = /mirror {
|
||||||
internal;
|
internal;
|
||||||
proxy_pass http://mirror_backend$request_uri;
|
proxy_pass http://mirror_backend$request_uri;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue