2013-12-26 14:42:46 -05:00
|
|
|
description "Image Proxy server"
|
|
|
|
author "Will Norris <will@willnorris.com>"
|
|
|
|
|
|
|
|
start on (net-device-up)
|
|
|
|
stop on runlevel [!2345]
|
|
|
|
|
|
|
|
respawn
|
2014-11-11 11:41:29 -05:00
|
|
|
exec start-stop-daemon --start -c www-data --exec /usr/bin/imageproxy -- \
|
2015-05-11 00:55:33 -05:00
|
|
|
-addr localhost:4593 \
|
2013-12-26 14:42:46 -05:00
|
|
|
-log_dir /var/log/imageproxy \
|
2015-12-07 23:56:56 -05:00
|
|
|
-cache /var/cache/imageproxy \
|
2015-05-14 18:38:49 -05:00
|
|
|
-signatureKey @/etc/imageproxy.key \
|
2015-05-20 19:08:57 -05:00
|
|
|
-baseURL https://willnorris.com/ \
|
|
|
|
-whitelist willnorris.com,notsoserendipitous.com,gabenorris.com
|