From 6466bc2d512a60dce2cedd76e66bba7771e898fc Mon Sep 17 00:00:00 2001 From: tux Date: Sat, 12 Jul 2025 16:41:27 -0400 Subject: [PATCH] Add gluebox.com-ssl.md --- gluebox.com-ssl.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 gluebox.com-ssl.md diff --git a/gluebox.com-ssl.md b/gluebox.com-ssl.md new file mode 100644 index 0000000..a0e4769 --- /dev/null +++ b/gluebox.com-ssl.md @@ -0,0 +1,40 @@ + + ServerName gluebox.com + ServerAlias www.gluebox.com + ServerAdmin webmaster@localhost + + DocumentRoot /opt/www/snowmaid/web + + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + + RequestHeader set X-Forwarded-Proto "https" + Header append Vary Host + + # Reverse Proxy for Solr + ProxyRequests Off + ProxyPreserveHost On + + + Require all granted + + + ProxyPass /solr http://localhost:8983/solr + ProxyPassReverse /solr http://localhost:8983/solr + + Alias /bpmn /opt/www/bpmn + + Require all granted + + + + Options Indexes FollowSymLinks + AllowOverride All + Require all granted + RewriteEngine On + + + Include /etc/letsencrypt/options-ssl-apache.conf + SSLCertificateFile /etc/letsencrypt/live/dangercactus.com/fullchain.pem + SSLCertificateKeyFile /etc/letsencrypt/live/dangercactus.com/privkey.pem +