Changeset 1420
- Timestamp:
- May 6, 2016, 1:38:47 PM (5 years ago)
- Location:
- lliurex-owncloud/trunk/fuentes/install-files
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-owncloud/trunk/fuentes/install-files/etc/apache2/sites-available/owncloud.conf
r1415 r1420 4 4 DocumentRoot /var/www/owncloud/ 5 5 6 <Directory /var/www/o nwcloud>6 <Directory /var/www/owncloud> 7 7 Options +FollowSymLinks 8 8 AllowOverride All 9 <IfModule mod_dav.c> 10 Dav off 11 </IfModule> 9 Require all granted 12 10 13 14 11 <IfModule mod_dav.c> 12 Dav off 13 </IfModule> 15 14 </Directory> 16 15 … … 27 26 ServerAdmin owncloud 28 27 DocumentRoot /var/www/owncloud/ 29 28 29 <IfModule mod_headers.c> 30 Header always set Strict-Transport-Security "max-age=15768000; includeSubDomains; preload" 31 </IfModule> 32 33 <Directory /var/www/owncloud> 34 Options +FollowSymLinks 35 AllowOverride All 36 Require all granted 37 38 <IfModule mod_dav.c> 39 Dav off 40 </IfModule> 41 </Directory> 30 42 ErrorLog ${APACHE_LOG_DIR}/error.log 31 43 CustomLog ${APACHE_LOG_DIR}/access.log combined
Note: See TracChangeset
for help on using the changeset viewer.