Files
hantim-server/docker/nginx/conf.d/goatcounter.inc
T
timothykim ff828ecc44
Deploy nginx / deploy (push) Successful in 3s
add domain prefix to goatcounter paths
2026-04-09 17:35:00 -04:00

4 lines
277 B
HTML

sub_filter '</body>' '<script>window.goatcounter={path:function(p){return location.host+p}}</script><script data-goatcounter="https://goatcounter.hantim.net/count" async src="//goatcounter.hantim.net/count.js"></script></body>';
sub_filter_once on;
sub_filter_types text/html;