Created
November 19, 2022 12:24
-
-
Save niklaskorz/3d00ff9734e3a866a76f3e0f311fbe89 to your computer and use it in GitHub Desktop.
rheinneckar.social caddy config
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
www.rheinneckar.social { | |
redir https://rheinneckar.social{uri} | |
} | |
rheinneckar.social { | |
encode zstd gzip | |
reverse_proxy /api/v1/streaming* 127.0.0.1:4000 | |
reverse_proxy 127.0.0.1:3000 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment