23 lines
473 B
Text
23 lines
473 B
Text
Alias /nextcloud "/var/www/nextcloud/"
|
|
|
|
<Directory /var/www/nextcloud/>
|
|
Require all granted
|
|
Options FollowSymlinks MultiViews
|
|
AllowOverride All
|
|
|
|
<IfModule mod_dav.c>
|
|
Dav off
|
|
</IfModule>
|
|
|
|
SetEnv HOME /var/www/nextcloud
|
|
SetEnv HTTP_HOME /var/www/nextcloud
|
|
|
|
</Directory>
|
|
|
|
<Directory /var/www/html>
|
|
AllowOverride FileInfo
|
|
</Directory>
|
|
|
|
<IfModule mod_headers.c>
|
|
Header always set Strict-Transport-Security "max-age=15552000; includeSubDomains"
|
|
</IfModule>
|