0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-30 22:34:18 -05:00
imageproxy/etc/imageproxy.conf
2014-11-11 08:41:29 -08:00

13 lines
442 B
Text

# This is the upstart config I use for https://willnorris.com/api/imageproxy/
description "Image Proxy server"
author "Will Norris <will@willnorris.com>"
start on (net-device-up)
stop on runlevel [!2345]
respawn
exec start-stop-daemon --start -c www-data --exec /usr/bin/imageproxy -- \
-addr localhost:8001 \
-log_dir /var/log/imageproxy \
-cacheDir /var/cache/imageproxy \
-whitelist willnorris.com,notsoserendipitous.com