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