fdf4f2dba7
PhotoShow is a very easy to use web gallery installable on any web server. <...> tested on sparc64 (myself) and macppc mpi@ ok mpi@
18 lines
323 B
Plaintext
18 lines
323 B
Plaintext
# $OpenBSD: photoshow.conf,v 1.1.1.1 2011/12/04 11:04:27 ajacoutot Exp $
|
|
|
|
Alias /photoshow ${TINSTDIR}
|
|
|
|
<Directory ${TINSTDIR}>
|
|
AllowOverride Options
|
|
</Directory>
|
|
|
|
<Directory ${TINSTDIR}/generated>
|
|
Order allow,deny
|
|
Deny from all
|
|
</Directory>
|
|
|
|
<Directory ${TINSTDIR}/photos>
|
|
Order allow,deny
|
|
Deny from all
|
|
</Directory>
|