Christian Lück
Christian Lück
The confgen "configuration definition" has repeatedly confused people and has attracted some low quality solutions in the past. As such, it will be removed in the future milestone and will...
Passing the `-t` option multiple times should be supported: ``` bash $ confgen -t nginx.conf.twig -t php-fpm.conf.twig -d data.json ```
confgen should be more verbose by default. We should also add some CLI options to configure the verbosity.
The `Twig_Error_Syntax::getTemplateLine()` method should return the correct line in the template. This does work for simple templates with no YAML front matter. For files with a YAML front matter, it...
Disk usage is currently not limited: https://github.com/clue/docker-apt-cacher/blob/5d79a85b392a23a40f2d7b4a6b68c2ac8e718f2d/Dockerfile#L12 This can be enabled quite easily: https://github.com/kurthuwig/docker-apt-cacher/commit/ee6192c20d588cdaf0b2250202e2d719f4cc2b57 Opening this ticket as a reminder.
This image heavily relies on Docker's `--link` feature. This feature has been marked as "legacy" a while back (https://docs.docker.com/network/links/), but it's *not quite* "deprecated" yet (https://docs.docker.com/engine/deprecated/). This means that this...
See also http://flask.pocoo.org/snippets/35/ which suggests setting a header such as: ``` proxy_set_header X-Script-Name /myprefix; ```