Created
November 28, 2024 12:11
-
-
Save cpbotha/c0739eba87a3f25d60c0c49419d1bc73 to your computer and use it in GitHub Desktop.
forward yourdomain/bsky including optional post URL part to bluesky
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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