Update coonf apache
This commit is contained in:
parent
7d46c27a0d
commit
d252f88595
|
@ -1,3 +1,2 @@
|
|||
RewriteEngine on
|
||||
RewriteBase "/raspisms/"
|
||||
RewriteRule "!\.(js|ico|ICO|gif|GIF|jpg|JPG|jpeg|JPEG|png|PNG|css|woff|woff2|ttf|wav|ogg|mp3)$" index.php
|
||||
|
|
|
@ -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…
Reference in New Issue