Update to Laragon Portable 3.3
This commit is contained in:
19
etc/apache2/alias/redis.conf
Normal file
19
etc/apache2/alias/redis.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
Alias /redis "C:/wamp/etc/apps/phpredisAdmin/"
|
||||
|
||||
# to give access from outside
|
||||
# replace the lines
|
||||
#
|
||||
# Require local
|
||||
#
|
||||
# by
|
||||
#
|
||||
# Require all granted
|
||||
#
|
||||
|
||||
<Directory "C:/wamp/etc/apps/phpredisAdmin/">
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride all
|
||||
|
||||
Require local
|
||||
|
||||
</Directory>
|
||||
Reference in New Issue
Block a user