Skip to content

Instantly share code, notes, and snippets.

@fu-sen
Last active November 25, 2022 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fu-sen/c088923a1ed13a5a524fcc86b6dc64ce to your computer and use it in GitHub Desktop.
Save fu-sen/c088923a1ed13a5a524fcc86b6dc64ce to your computer and use it in GitHub Desktop.
Returning http status "410 Gone" on web server Caddy.
example.com
respond "410 Gone" 410
@fu-sen
Copy link
Author

fu-sen commented Nov 25, 2022

or

caddy respond --listen example.com "410 Gone" 410
caddy respond --listen :80 "410 Gone" 410

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment