Skip to content

Commit

Permalink
Removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalLike committed Jul 6, 2022
1 parent e6b6ba5 commit fe4e364
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions apache-httpd/httpd-ssl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -550,17 +550,12 @@ SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>


#ServerName emotional.byteroad.net

<VirtualHost *:443>
#DocumentRoot /var/www/mydomain1
ServerName emotional.byteroad.net

SSLEngine on
SSLCertificateFile /usr/local/apache2/conf/emotional/fullchain1.pem
SSLCertificateKeyFile /usr/local/apache2/conf/emotional/privkey1.pem
# SSLCertificateChainFile /usr/local/apache2/conf/ca_bundle_emotional.crt

<FilesMatch "\.(cgi|shtml|phtml|php)$">
SSLOptions +StdEnvVars
Expand Down Expand Up @@ -597,13 +592,11 @@ SSLRandomSeed connect builtin
</VirtualHost>

<VirtualHost *:443>
#DocumentRoot /var/www/mydomain2
ServerName oldskool.byteroad.net

SSLEngine on
SSLCertificateFile /usr/local/apache2/conf/oldskool/fullchain1.pem
SSLCertificateKeyFile /usr/local/apache2/conf/oldskool/privkey1.pem
# SSLCertificateChainFile /usr/local/apache2/conf/ca_bundle_oldskool.crt

<FilesMatch "\.(cgi|shtml|phtml|php)$">
SSLOptions +StdEnvVars
Expand Down
3 changes: 0 additions & 3 deletions docker-compose-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ services:
- geoserver
- mapstore
volumes:
- "/etc/letsencrypt/archive/emotionalcities.byteroad.net/cert2.pem:/usr/local/apache2/conf/server.crt"
#- "/etc/letsencrypt/archive/oldskool.byteroad.net/chain1.pem:/usr/local/apache2/conf/ca_bundle.crt"
- "/etc/letsencrypt/archive/emotionalcities.byteroad.net/privkey2.pem:/usr/local/apache2/conf/server.key"
- ./apache-httpd/httpd.conf:/usr/local/apache2/conf/httpd.conf
ports:
- "80:80"
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,8 @@ services:
- geoserver
volumes:
- "/etc/letsencrypt/archive/emotional.byteroad.net/fullchain1.pem:/usr/local/apache2/conf/emotional/fullchain1.pem"
# - "/etc/letsencrypt/archive/emotional.byteroad.net/chain1.pem:/usr/local/apache2/conf/ca_bundle_emotional.crt"
- "/etc/letsencrypt/archive/emotional.byteroad.net/privkey1.pem:/usr/local/apache2/conf/emotional/privkey1.pem"
- "/etc/letsencrypt/archive/oldskool.byteroad.net/fullchain1.pem:/usr/local/apache2/conf/oldskool/fullchain1.pem"
# - "/etc/letsencrypt/archive/oldskool.byteroad.net/chain1.pem:/usr/local/apache2/conf/ca_bundle_oldskool.crt"
- "/etc/letsencrypt/archive/oldskool.byteroad.net/privkey1.pem:/usr/local/apache2/conf/oldskool/privkey1.pem"
- ./apache-httpd/httpd-ssl.conf:/usr/local/apache2/conf/httpd.conf
ports:
Expand Down

0 comments on commit fe4e364

Please sign in to comment.