From a84a776c5d0c52f66d1d339fdbe3d0ef30ef5435 Mon Sep 17 00:00:00 2001 From: dimon Date: Mon, 4 Apr 2022 14:46:40 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D0=B7=D0=B4=D0=B0=D0=BB(=D0=B0)=20?= =?UTF-8?q?'default-ssl.conf'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default-ssl.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 default-ssl.conf diff --git a/default-ssl.conf b/default-ssl.conf new file mode 100644 index 0000000..121c144 --- /dev/null +++ b/default-ssl.conf @@ -0,0 +1,23 @@ + + + ServerAdmin webmaster@localhost + ServerName 1c.dfosd.synology.me + + DocumentRoot /var/www/html + + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + + SSLEngine on + + SSLCertificateFile /letsencrypt/fullchain.pem + SSLCertificateKeyFile /letsencrypt/privkey.pem + + + SSLOptions +StdEnvVars + + + SSLOptions +StdEnvVars + + + \ No newline at end of file