mirror of
https://github.com/willnorris/imageproxy.git
synced 2024-12-16 21:56:43 -05:00
switch to port 4593
This commit is contained in:
parent
ac6dd6d1d1
commit
fc093b71eb
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ stop on runlevel [!2345]
|
||||||
|
|
||||||
respawn
|
respawn
|
||||||
exec start-stop-daemon --start -c www-data --exec /usr/bin/imageproxy -- \
|
exec start-stop-daemon --start -c www-data --exec /usr/bin/imageproxy -- \
|
||||||
-addr localhost:8001 \
|
-addr localhost:4593 \
|
||||||
-log_dir /var/log/imageproxy \
|
-log_dir /var/log/imageproxy \
|
||||||
-cacheDir /var/cache/imageproxy \
|
-cacheDir /var/cache/imageproxy \
|
||||||
-whitelist willnorris.com,notsoserendipitous.com
|
-whitelist willnorris.com,notsoserendipitous.com
|
||||||
|
|
Loading…
Reference in a new issue