Changes

From SME Server
Jump to navigationJump to search
36 bytes removed ,  16:02, 16 February 2023
Line 81: Line 81:  
  $OUT .=<<_EVERYWHERE;
 
  $OUT .=<<_EVERYWHERE;
 
  <VirtualHost 0.0.0.0:80>
 
  <VirtualHost 0.0.0.0:80>
     ServerName matrix.sovereigninsignia.com
+
     ServerName matrix.mydomain.net
 
     DocumentRoot /home/e-smith/files/ibays/Primary/html
 
     DocumentRoot /home/e-smith/files/ibays/Primary/html
 
     RewriteEngine on
 
     RewriteEngine on
Line 94: Line 94:  
  <VirtualHost 0.0.0.0:8448>
 
  <VirtualHost 0.0.0.0:8448>
 
     SSLEngine on
 
     SSLEngine on
     ServerName matrix.sovereigninsignia.com
+
     ServerName matrix.mydomain.net
 
     RequestHeader set "X-Forwarded-Proto" "https"
 
     RequestHeader set "X-Forwarded-Proto" "https"
 
     AllowEncodedSlashes NoDecode
 
     AllowEncodedSlashes NoDecode
Line 107: Line 107:  
  <VirtualHost 0.0.0.0:443>
 
  <VirtualHost 0.0.0.0:443>
 
     SSLEngine on
 
     SSLEngine on
     ServerName matrix.sovereigninsignia.com
+
     ServerName matrix.mydomain.net
 
     ProxyPass /.well-known/acme-challenge/ !
 
     ProxyPass /.well-known/acme-challenge/ !
 
     DocumentRoot /home/e-smith/files/ibays/Primary/html
 
     DocumentRoot /home/e-smith/files/ibays/Primary/html
Line 148: Line 148:  
       - ./data:/data
 
       - ./data:/data
 
     environment:
 
     environment:
         SYNAPSE_SERVER_NAME: "matrix.sovereigninsignia.com"
+
         SYNAPSE_SERVER_NAME: "matrix.mydomain.net"
 
         SYNAPSE_REPORT_STATS: "yes"
 
         SYNAPSE_REPORT_STATS: "yes"
 
     ports:
 
     ports:

Navigation menu