Setup fine tuning and app installation.
This commit is contained in:
parent
23605d6962
commit
e069171539
4 changed files with 84 additions and 28 deletions
|
@ -5,11 +5,19 @@ Alias /nextcloud "/var/www/nextcloud/"
|
|||
Options FollowSymlinks MultiViews
|
||||
AllowOverride All
|
||||
|
||||
<IfModule mod_dav.c>
|
||||
Dav off
|
||||
</IfModule>
|
||||
<IfModule mod_dav.c>
|
||||
Dav off
|
||||
</IfModule>
|
||||
|
||||
SetEnv HOME /var/www/nextcloud
|
||||
SetEnv HTTP_HOME /var/www/nextcloud
|
||||
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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue