Update coonf apache

This commit is contained in:
OsaAjani 2020-01-12 21:25:36 +01:00
parent 7d46c27a0d
commit d252f88595
3 changed files with 8 additions and 5 deletions

12
confs/apache2/raspisms.conf Normal file → Executable file
View file

@ -1,4 +1,8 @@
<LocationMatch "^/raspisms">
Options +FollowSymLinks
AllowOverride All
</LocationMatch>
Alias "/raspisms" "/opt/raspisms"
<Directory "/opt/raspisms">
Require all granted
Options +FollowSymLinks
AllowOverride all
</Directory>