Skip to content

Commit

Permalink
feat(redirect): handle analytics redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
alextes committed May 7, 2024
1 parent d4f82c3 commit e7d7764
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions default.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
server {
listen 80;
server_name relay-analytics-holesky.ultrasound.money;

location = / {
return 301 https://github.com/ultrasoundmoney/docs;
}
}

0 comments on commit e7d7764

Please sign in to comment.