From eed2d328d5bb150519a7ba52d76e15f54214b3ac Mon Sep 17 00:00:00 2001 From: tux Date: Sat, 12 Jul 2025 16:55:46 -0400 Subject: [PATCH] Update gluebox.com-ssl.md --- gluebox.com-ssl.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gluebox.com-ssl.md b/gluebox.com-ssl.md index a0e4769..ad87b24 100644 --- a/gluebox.com-ssl.md +++ b/gluebox.com-ssl.md @@ -1,3 +1,21 @@ +# Gluebox Node Apache Solr Reverse Proxy Configs + +## Purpose +These vhost files define HTTPS virtual hosts for: +- gluebox.com +- Expose Apache Solr via reverse proxy at `/solr` +- Use Let's Encrypt SSL +- sets DocumentRoot and Directory settings + +## Usage +- Place each config in Apache sites-available as its own file +- Enable with `a2ensite` +- Reload Apache + +## Revision Tips +- Keep each site in its own file for easy version control +- Document changes clearly in Git or other RAG store + ServerName gluebox.com ServerAlias www.gluebox.com