openbsd-ports/www/photoshow/files/photoshow.conf
ajacoutot fdf4f2dba7 Import photoshow-0.0.20111203.
PhotoShow is a very easy to use web gallery installable on any web
server.
<...>

tested on sparc64 (myself) and macppc mpi@
ok mpi@
2011-12-04 11:04:27 +00:00

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>