An error occurred fetching the project authors.
- 10 Jul, 2018 1 commit
-
-
Łukasz Nowak authored
-
- 09 Jul, 2018 1 commit
-
-
Łukasz Nowak authored
-
- 03 Jul, 2018 3 commits
-
-
Łukasz Nowak authored
Features: * amend configuration with comments * drop obsolete comments from Apache copy * remove not needed whitespaces * use indentation for conditionals in Jinja2
-
Łukasz Nowak authored
Where applicable simplify Jinja2 templates by removing Caddy-TODO and fill or update TODO.rst.
-
Łukasz Nowak authored
Therte is no need to control whitespace adding by Jijna2 and dropping it simplifies the templates. It will allow to take better control over generated configuration files.
-
- 29 Jun, 2018 2 commits
-
-
Łukasz Nowak authored
While reading templates/cached-virtualhost.conf.in it seems, that SSL-enabled host shall be exposed, but this is not true -- it is connecting to SSL backend, but listening on non-SSL. In order to stabilise this add assertsion to test_enable_cache which access cached ports directly and show its functionality, thus resolving added TODO.
-
Łukasz Nowak authored
-
- 28 Jun, 2018 2 commits
-
-
Łukasz Nowak authored
* add switch-softwaretype from review * add graceful scripts improvement * inform about certificates in tests with explanation * add about improving test infrastructure
-
Łukasz Nowak authored
Features: * shared place for Caddy configuration * gather a lot of parameters for caddy executable, as dislike Apache Caddy is configured from command line * dummy vhost for example.org * challanges (ACME SSL) are disabled * bind to interfaces are done per site * cache access is dummy, but working * /server-status redone in Caddy style * antiloris dropped, as this is apache specific * apache_custom_http and apache_custom_https * dropped not needed leftover access-control-string and protected-path * nginx replacement added * bin/caddy-wrapper is provided in order to allow parameterization of caddy over the network * access to log files over http is provided * username on log access is consistent, it is not uppercased like it was originally on apache-frontend * list of TODOs in TODO.rst
-