Files
drop-cdn/snippets/magic.conf
2022-08-30 20:41:55 -04:00

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;
}