#!/bin/sh plopdir=/usr/share/plop plopmaxpost=1024 # limit size of POST requests to avoid DoS plopdefaultexpire=604800 # by default, unshare files after 1 week ploptraperr=1 # use special ERR trapping in sh # for predictable sort(1) behavior LC_ALL=C export LC_ALL # for mktemp(1) TMPDIR="$plopdir/tmp" export TMPDIR