NewsBlur-viq/config/supervisor_imageproxy.conf
2020-01-05 18:26:52 -05:00

11 lines
No EOL
376 B
Text

[program:imageproxy]
command=/srv/code/go/bin/imageproxy
directory=/srv/code/go/bin/
user=sclay
autostart=true
autorestart=true
#redirect_stderr=True
priority=991
stopsignal=HUP
stdout_logfile = /srv/newsblur/logs/imageproxy.log
environment = IMAGEPROXY_CACHE="memory:200:4h",IMAGEPROXY_ADDR="localhost:4593",IMAGEPROXY_SIGNATUREKEY="@/etc/imageproxy.key",IMAGEPROXY_VERBOSE=1