mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-25 12:56:23 +02:00
add debian init files
This commit is contained in:
parent
5d8b630ff2
commit
6553dd0603
2 changed files with 77 additions and 0 deletions
8
etc/debian/etc-default-imageproxy
Normal file
8
etc/debian/etc-default-imageproxy
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#/etc/default/imageproxy
|
||||
|
||||
DAEMON_USER=www-data
|
||||
ADDR="localhost:4593"
|
||||
LOG_DIR=/var/log/imageproxy
|
||||
CACHE_DIR=/var/cache/imageproxy
|
||||
#CACHE_SIZE=1024 #MB
|
||||
#ALLOWED_REMOTE_HOSTS=""
|
||||
Loading…
Add table
Add a link
Reference in a new issue