configuration

  • Welcome to ITBible, we're your #1 resource for enterprise or homelab IT problems (or just a place to show off your stuff).
  1. WizardTux

    Partner Content How to do a basic configuration on Caddy v2 Web Server

    Code excerpts from video. Default path: > sudo nano /etc/caddy/CaddyFile Redirect with HTTP: tutorial.itbible.org:80 { redir https://google.com permanent } Redirect with HTTPS: tutorial.itbible.org:443 { redir https://google.com permanent } Reverse Proxy (Forces HTTPS with HTTP...