diff options
Diffstat (limited to 'sceleton.txt')
| -rw-r--r-- | sceleton.txt | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/sceleton.txt b/sceleton.txt index 0e7bb5e..bf6dc61 100644 --- a/sceleton.txt +++ b/sceleton.txt @@ -77,3 +77,45 @@ -> + + + +<IfModule mod_ssl.c> +<VirtualHost *:443> + + <Directory /var/www/gyraf1gov/public> + Options Indexes FollowSymLinks MultiViews + AllowOverride All + Order allow,deny + allow from all + </Directory> + + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + +SSLCertificateFile /etc/letsencrypt/live/office.gymrafin.gr/fullchain.pem +SSLCertificateKeyFile /etc/letsencrypt/live/office.gymrafin.gr/privkey.pem +Include /etc/letsencrypt/options-ssl-apache.conf +</VirtualHost> +</IfModule> + + + +<IfModule mod_ssl.c> +<VirtualHost *:443> + + <Directory /var/www/classroom/public> + Options Indexes FollowSymLinks MultiViews + AllowOverride All + Order allow,deny + allow from all + </Directory> + + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + +SSLCertificateFile /etc/letsencrypt/live/classroom.roptron.gr/fullchain.pem +SSLCertificateKeyFile /etc/letsencrypt/live/classroom.roptron.gr/privkey.pem +Include /etc/letsencrypt/options-ssl-apache.conf +</VirtualHost> +</IfModule> |
