Drop farspark configs from imgproxy

This commit is contained in:
Greg Fodor 2019-12-06 21:41:54 +00:00
Родитель 9ca3637bd0
Коммит e4cae5b093
1 изменённых файлов: 0 добавлений и 11 удалений

Просмотреть файл

@ -15,16 +15,5 @@ export IMGPROXY_GZIP_COMPRESSION={{ cfg.compression.gzip_compression }}
export IMGPROXY_SECRET={{ cfg.security.secret }} export IMGPROXY_SECRET={{ cfg.security.secret }}
export IMGPROXY_ALLOW_ORIGIN={{ cfg.security.allow_origin }} export IMGPROXY_ALLOW_ORIGIN={{ cfg.security.allow_origin }}
export IMGPROXY_BASE_URL={{ cfg.misc.base_url }} export IMGPROXY_BASE_URL={{ cfg.misc.base_url }}
export IMGPROXY_CACHE_SIZE={{ cfg.misc.cache_size }}
{{ #if cfg.misc.server_url }}
export IMGPROXY_SERVER_URL={{ cfg.misc.server_url }}
{{ /if }}
{{ #if cfg.misc.cache_root }}
export IMGPROXY_CACHE_ROOT={{ cfg.misc.cache_root }}
{{ else }}
export IMGPROXY_CACHE_ROOT={{ pkg.svc_var_path }}
{{ /if }}
exec imgproxy exec imgproxy