mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-25 12:56:23 +02:00
add new go14-style import comment
see http://golang.org/s/go14customimport Also rename scripts directory to etc
This commit is contained in:
parent
71a5b6ef84
commit
a80158a53a
2 changed files with 1 additions and 1 deletions
|
|
@ -1,13 +0,0 @@
|
|||
# This is the upstart config I use for s.wjn.me.
|
||||
description "Image Proxy server"
|
||||
author "Will Norris <will@willnorris.com>"
|
||||
|
||||
start on (net-device-up)
|
||||
stop on runlevel [!2345]
|
||||
|
||||
respawn
|
||||
exec /usr/bin/imageproxy \
|
||||
-addr localhost:8001 \
|
||||
-log_dir /var/log/imageproxy \
|
||||
-cacheDir /var/cache/imageproxy \
|
||||
-whitelist willnorris.com,notsoserendipitous.com
|
||||
Loading…
Add table
Add a link
Reference in a new issue