ZYbCRq22HbJ2y7 4 days ago

httpd, nginx, a number of other servers support SSI

https://nginx.org/en/docs/http/ngx_http_ssi_module.html

Caddy chose not to, I guess?

https://caddy.community/t/caddy-update-on-ssi-server-side-in...

  • alwillis 4 days ago

    You generally can’t use SSI on many popular platforms for static websites like Netlify, etc.

    • someothherguyy 4 days ago

      However, you could generate the static HTML easily and then publish it on those platforms, which is what many people do today (probably not often using SSI).