mirror of
https://github.com/BillyOutlast/drop-cdn.git
synced 2026-02-04 02:51:20 +01:00
11 lines
269 B
Plaintext
11 lines
269 B
Plaintext
map $http_upgrade $connection_upgrade {
|
|
default upgrade;
|
|
'' close;
|
|
}
|
|
|
|
map $host $og_host {
|
|
# CDN URL # Origin URL
|
|
srv1.cdn.example.com srv1.example.com;
|
|
srv2.cdn.example.com srv2.example.com;
|
|
}
|