Add Plausible
This commit is contained in:
parent
798d0e96c0
commit
506faeb9cf
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@ server {
|
|||
return 302 https://theorangeone.net;
|
||||
}
|
||||
|
||||
# Inject plausible
|
||||
sub_filter "</body>" "<script defer data-domain='$host' src='https://elbisualp.theorangeone.net/js/script.js'></script></body>";
|
||||
sub_filter_once on;
|
||||
sub_filter_last_modified on;
|
||||
|
||||
# Expose WebDAV on a sub-path
|
||||
location /.dav/ {
|
||||
alias /srv/;
|
||||
|
|
Loading…
Reference in a new issue