10 lines
175 B
Plaintext
10 lines
175 B
Plaintext
Alias /image /var/www/guestimg
|
|
|
|
<Directory "/var/www/guestimg">
|
|
SetEnv VIRTUALENV
|
|
Options Indexes FollowSymLinks
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|
|
|