mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-23 09:56:34 +02:00
Update coonf apache
This commit is contained in:
parent
7d46c27a0d
commit
d252f88595
3 changed files with 8 additions and 5 deletions
12
confs/apache2/raspisms.conf
Normal file → Executable file
12
confs/apache2/raspisms.conf
Normal file → Executable 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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue