Adding an IMPORTANT section in the recommend Apache section

This commit is contained in:
Pierre-Alain Bandinelli 2016-05-14 16:58:55 +02:00
parent 0296af0374
commit 47870a0f37
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ Temp file sharing application source code, stores files and deletes after X amou
Alias "/files" "/var/www/Uguu/public/files/"
<Directory /var/www/Uguu/public/files/>
<Files *>
SetHandler default-handler
</Files>
AllowOverride None
Options -Indexes
Require all granted