Skip to content

Instantly share code, notes, and snippets.

@jaraco
Created May 29, 2020 00:45
Show Gist options
  • Save jaraco/972a4e649912c5b98ab0e3632e036205 to your computer and use it in GitHub Desktop.
Save jaraco/972a4e649912c5b98ab0e3632e036205 to your computer and use it in GitHub Desktop.
$ pip-run -q goto-http-redirect-server -- -m goto_http_redirect_server.goto_http_redirect_server --from-to / https://www.jaraco.com
2020-05-28 20:43:43 goto_http_redirect_server INFO: Serve forever at 0.0.0.0:80, Process ID 13939
2020-05-28 20:44:04 goto_http_redirect_server INFO: 127.0.0.1:64596 redirect found (/) → (https://www.jaraco.com), returning 308 (Permanent Redirect)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment