Skip to content

Instantly share code, notes, and snippets.

@cpbotha
Created November 28, 2024 12:11
Show Gist options
  • Save cpbotha/c0739eba87a3f25d60c0c49419d1bc73 to your computer and use it in GitHub Desktop.
Save cpbotha/c0739eba87a3f25d60c0c49419d1bc73 to your computer and use it in GitHub Desktop.
forward yourdomain/bsky including optional post URL part to bluesky
location ~ ^/bsky(/.*)?$ {
return 302 https://bsky.app/profile/charlbotha.com$1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment