0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-16 21:56:43 -05:00
imageproxy/etc/imageproxy.conf
Will Norris 810ecedd69 deprecate cacheSize flag and remove docs
this flag was never actually doing what I thought it was in the first
place.

Also fix up a few instances of cacheDir still be used in config files

fixes #45
2015-12-07 21:09:56 -08:00

15 lines
534 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:4593 \
-log_dir /var/log/imageproxy \
-cache /var/cache/imageproxy \
-signatureKey @/etc/imageproxy.key \
-baseURL https://willnorris.com/ \
-whitelist willnorris.com,notsoserendipitous.com,gabenorris.com