From a00f809061bab7ec3077fe96b0eba186191d1799 Mon Sep 17 00:00:00 2001 From: dimon Date: Mon, 17 Jul 2023 20:10:14 +0000 Subject: [PATCH] Update 'apache-config.conf' --- apache-config.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apache-config.conf b/apache-config.conf index 41d8087..7f54cf9 100644 --- a/apache-config.conf +++ b/apache-config.conf @@ -2,6 +2,8 @@ ServerAdmin webmaster@localhost + Alias /nextcloud "/var/www/nextcloud/" + ServerName office.dfosd.synology.me DocumentRoot /var/www/nextcloud ErrorLog ${APACHE_LOG_DIR}/error.log @@ -14,9 +16,11 @@ SSLOptions +StdEnvVars + SSLOptions +StdEnvVars + Require all granted AllowOverride All @@ -26,5 +30,6 @@ Dav off + \ No newline at end of file