From 4e52b1c4d0d67e634a909c83d69440eddc3d176a Mon Sep 17 00:00:00 2001 From: dimon Date: Mon, 17 Jul 2023 18:33:29 +0000 Subject: [PATCH] Add 'apache-config.conf' --- apache-config.conf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 apache-config.conf diff --git a/apache-config.conf b/apache-config.conf new file mode 100644 index 0000000..41d8087 --- /dev/null +++ b/apache-config.conf @@ -0,0 +1,30 @@ + + + ServerAdmin webmaster@localhost + + DocumentRoot /var/www/nextcloud + + 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 + + + Require all granted + AllowOverride All + Options FollowSymLinks MultiViews + + + Dav off + + + + \ No newline at end of file