summaryrefslogtreecommitdiff
path: root/usr/local/etc/apache24/Includes/nextcloud.53hor.net.conf
blob: 2bf47a9aeb252cf4a4b622c11cc3c89fe00ba575 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<VirtualHost *:80>
  DocumentRoot "/usr/local/www/apache24/data/nextcloud"
    ServerName <domain name>
         RewriteEngine on
	      RewriteCond %{SERVER_NAME} =<domain name>
	           RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,QSA,R=permanent]
		     #ErrorLog ${APACHE_LOG_DIR}/error.log
		       #CustomLog ${APACHE_LOG_DIR}/access.log combined

		         <Directory /usr/local/www/apache24/data/nextcloud/>
			     Options +FollowSymlinks
			         AllowOverride All
				     <IfModule mod_dav.c>
				           Dav off
					       </IfModule>
					           SetEnv HOME /usr/local/www/apache24/data/nextcloud
						       SetEnv HTTP_HOME /usr/local/www/apache24/data/nextcloud
						           Satisfy Any
							     </Directory>
							     </VirtualHost>