From ca5650238f0c1a9fe6b3523eef5330666052e008 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Wed, 3 Feb 2021 17:33:14 -0500 Subject: imported working live config --- .../etc/apache24/Includes/nextcloud.53hor.net.conf | 26 +++++----------------- 1 file changed, 6 insertions(+), 20 deletions(-) (limited to 'usr/local/etc/apache24/Includes') diff --git a/usr/local/etc/apache24/Includes/nextcloud.53hor.net.conf b/usr/local/etc/apache24/Includes/nextcloud.53hor.net.conf index 9fd015f..c3c052b 100644 --- a/usr/local/etc/apache24/Includes/nextcloud.53hor.net.conf +++ b/usr/local/etc/apache24/Includes/nextcloud.53hor.net.conf @@ -1,22 +1,8 @@ - DocumentRoot "/usr/local/www/nextcloud" - ServerName nextcloud.53hor.net - RewriteEngine on - RewriteCond %{SERVER_NAME} =nextcloud.53hor.net - RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,QSA,R=permanent] - #ErrorLog ${APACHE_LOG_DIR}/error.log - #CustomLog ${APACHE_LOG_DIR}/access.log combined - - - Options +FollowSymlinks - AllowOverride All - - - Dav off - - - SetEnv HOME /usr/local/www/nextcloud - SetEnv HTTP_HOME /usr/local/www/nextcloud - Satisfy Any - + DocumentRoot "/usr/local/www/nextcloud" + ServerName 192.168.1.55 + + SetHandler "proxy:fcgi://127.0.0.1:9000/" + + DirectoryIndex /index.php index.php -- cgit v1.2.3