Add confs
Change-Id: Ib9bc2c5c6ca224bb88bccf296fcfd8fafbcaee0d
This commit is contained in:
parent
96987b54ac
commit
9449deffce
9
misc/apache/images.conf
Normal file
9
misc/apache/images.conf
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
Alias /image /var/www/guestimg
|
||||||
|
|
||||||
|
<Directory "/var/www/guestimg">
|
||||||
|
SetEnv VIRTUALENV
|
||||||
|
Options Indexes FollowSymLinks
|
||||||
|
Order allow,deny
|
||||||
|
Allow from all
|
||||||
|
</Directory>
|
||||||
|
|
9
misc/apache/packages.conf
Normal file
9
misc/apache/packages.conf
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
Alias /packages /var/www/packages
|
||||||
|
|
||||||
|
<Directory "/var/www/packages">
|
||||||
|
SetEnv VIRTUALENV
|
||||||
|
Options Indexes FollowSymLinks
|
||||||
|
Order allow,deny
|
||||||
|
Allow from all
|
||||||
|
</Directory>
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user