mirror of
https://github.com/willnorris/imageproxy.git
synced 2024-12-16 21:56:43 -05:00
load signature key from /etc/imageproxy.key
This commit is contained in:
parent
7122b43e0d
commit
cb130777b9
1 changed files with 1 additions and 0 deletions
|
@ -10,4 +10,5 @@ exec start-stop-daemon --start -c www-data --exec /usr/bin/imageproxy -- \
|
||||||
-addr localhost:4593 \
|
-addr localhost:4593 \
|
||||||
-log_dir /var/log/imageproxy \
|
-log_dir /var/log/imageproxy \
|
||||||
-cacheDir /var/cache/imageproxy \
|
-cacheDir /var/cache/imageproxy \
|
||||||
|
-signatureKey @/etc/imageproxy.key \
|
||||||
-whitelist willnorris.com,notsoserendipitous.com
|
-whitelist willnorris.com,notsoserendipitous.com
|
||||||
|
|
Loading…
Reference in a new issue