diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-06-12 04:13:30 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-06-12 04:13:30 +0300 |
| commit | 7f37ac9bc171ff3609e49f46466d1cd778e234c1 (patch) | |
| tree | 44ba8b56d1986451759552e774c44d8863b1a63e /sceleton.txt | |
| parent | 07494fb1f4a6c5bbbb5aee8c9347517effd4556c (diff) | |
| download | gyraf1gov-7f37ac9bc171ff3609e49f46466d1cd778e234c1.tar.gz gyraf1gov-7f37ac9bc171ff3609e49f46466d1cd778e234c1.tar.bz2 gyraf1gov-7f37ac9bc171ff3609e49f46466d1cd778e234c1.zip | |
addressing issues with content-type, compressing, cache-header, expires
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> |
