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