Remove Plausible domain hack

This commit is contained in:
Jake Howard
2024-06-25 08:36:55 +01:00
parent 6dd4e57591
commit 483833a678
2 changed files with 1 additions and 5 deletions

View File

@ -48,7 +48,3 @@
ssl_cert_path: /etc/letsencrypt/live/plausible.theorangeone.net
location_extra: |
rewrite ^/js/index.js$ /js/plausible.js last;
if ($host = "plausible.theorangeone.net") {
# HACK: https://github.com/plausible/analytics/discussions/4272
rewrite ^/ https://elbisualp.theorangeone.net redirect;
}