Add /rum tunnel to bypass adblock for Cloudflare RUM endpoint
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -23,6 +23,13 @@ ticket.e-cosplay.fr {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
handle_path /rum {
|
||||||
|
rewrite * /cdn-cgi/rum
|
||||||
|
reverse_proxy https://cloudflareinsights.com {
|
||||||
|
header_up Host cloudflareinsights.com
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@maintenance file /var/www/e-ticket/public/.update
|
@maintenance file /var/www/e-ticket/public/.update
|
||||||
handle @maintenance {
|
handle @maintenance {
|
||||||
root * /var/www/e-ticket/public
|
root * /var/www/e-ticket/public
|
||||||
|
|||||||
@@ -15,6 +15,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
handle_path /rum {
|
||||||
|
rewrite * /cdn-cgi/rum
|
||||||
|
reverse_proxy https://cloudflareinsights.com {
|
||||||
|
header_up Host cloudflareinsights.com
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
php_fastcgi php:9000 {
|
php_fastcgi php:9000 {
|
||||||
trusted_proxies private_ranges
|
trusted_proxies private_ranges
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user