Add portable version of Laragon

This commit is contained in:
LeoKhoa
2018-07-24 11:20:55 +00:00
parent 848a189df1
commit db5cf71b12
608 changed files with 204678 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
Alias /redis "C:/laragon/etc/apps/phpredisAdmin/"
# to give access from outside
# replace the lines
#
# Require local
#
# by
#
# Require all granted
#
<Directory "C:/laragon/etc/apps/phpredisAdmin/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Require local
</Directory>