aboutsummaryrefslogtreecommitdiff
path: root/blog/2023-10-17-self-hosting-anonymousoverflow.org
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2023-12-02 11:34:20 -0600
committerChristian Cleberg <hello@cleberg.net>2023-12-02 11:34:20 -0600
commitfcc889508ab63a679b5cbd231478b25cff48d8fc (patch)
treea9ec2ce9f00b07a0ab081e7160e1183a7cef634f /blog/2023-10-17-self-hosting-anonymousoverflow.org
parentdfb4de1797796c72f597f4c0c6cd1e01dc5a66ee (diff)
downloadcleberg.net-fcc889508ab63a679b5cbd231478b25cff48d8fc.tar.gz
cleberg.net-fcc889508ab63a679b5cbd231478b25cff48d8fc.tar.bz2
cleberg.net-fcc889508ab63a679b5cbd231478b25cff48d8fc.zip
fix: update domains
Diffstat (limited to 'blog/2023-10-17-self-hosting-anonymousoverflow.org')
-rw-r--r--blog/2023-10-17-self-hosting-anonymousoverflow.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/blog/2023-10-17-self-hosting-anonymousoverflow.org b/blog/2023-10-17-self-hosting-anonymousoverflow.org
index f95aa35..725316c 100644
--- a/blog/2023-10-17-self-hosting-anonymousoverflow.org
+++ b/blog/2023-10-17-self-hosting-anonymousoverflow.org
@@ -7,7 +7,7 @@ description = "A quick guide to self-hosting AnonymousOverflow."
## Overview
I recently launched an instance of AnonymousOverflow at
-[ao.0x4b1d.org](https://ao.0x4b1d.org) and wanted to write a brief post on how
+[ao.cleberg.net](https://ao.cleberg.net) and wanted to write a brief post on how
easy it is to install with Docker Compose and Nginx.
This guide uses Ubuntu server, Docker Compose, and Nginx as a reverse proxy.
@@ -128,4 +128,4 @@ sudo systemctl restart nginx.service
```
The website will now be available publicly. Visit
-[my instance](https://ao.0x4b1d.org) for an example.
+[my instance](https://ao.cleberg.net) for an example.