web server

  • 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 reverse proxy in Caddy v2

    Have you ever wanted to setup a reverse proxy that is super simple to setup and maintain (with SSL by default)? Its pretty simple with Caddy v2, Prereqs Install your OS (check out my video on installing Ubuntu here) Install Caddyv2 (check out my post on installing Caddy here) Port 80 and 443...
  2. 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...
  3. WizardTux

    Partner Content Install & Configure Caddy v2 Webserver