From 089f7788e67821f9c2cd2e58b387bedce06c1937 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Thu, 8 Jul 2021 03:09:51 +0000 Subject: [PATCH] Add 'sh/http2https.conf' --- sh/http2https.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sh/http2https.conf diff --git a/sh/http2https.conf b/sh/http2https.conf new file mode 100644 index 0000000..bb8409a --- /dev/null +++ b/sh/http2https.conf @@ -0,0 +1,22 @@ + + Redirect "/" "https://*/" + + + + ServerAdmin travis@sarimoko.com + ServerName sarimoko.com + DocumentRoot /var/www/sarimoko/html + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + SSLEngine on + SSLCertificateFile /var/www/sarimoko/ssl/cert.pem + SSLCertificateKeyFile /var/www/sarimoko/ssl/key.pem + + SSLOptions +StdEnvVars + + + SSLOptions +StdEnvVars + + + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet \ No newline at end of file