Update gluebox.com-ssl.md
This commit is contained in:
@ -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
|
||||||
|
|
||||||
<VirtualHost *:443>
|
<VirtualHost *:443>
|
||||||
ServerName gluebox.com
|
ServerName gluebox.com
|
||||||
ServerAlias www.gluebox.com
|
ServerAlias www.gluebox.com
|
||||||
|
Reference in New Issue
Block a user