An error occurred fetching the project authors.
- 22 Nov, 2018 1 commit
-
-
Łukasz Nowak authored
Drop not needed references and logic for ssl_ca_crt old implementation.
-
- 31 Jul, 2018 1 commit
-
-
Łukasz Nowak authored
-
- 11 Jul, 2018 1 commit
-
-
Łukasz Nowak authored
The `gzip` declaration uses defaults, which seems reasonable. /reviewed-on nexedi/slapos!352
-
- 03 Jul, 2018 1 commit
-
-
Łukasz Nowak authored
Features: * amend configuration with comments * drop obsolete comments from Apache copy * remove not needed whitespaces * use indentation for conditionals in Jinja2
-
- 28 Jun, 2018 4 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Caddy is able to bind only to all or one interface ( https://github.com/mholt/caddy/issues/864 ) By using 6tunnel this limitation is workarounded, and in the result listen on IPv6. Also drop needless "ipv6" keys across configuration.
-
Ł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
-
Łukasz Nowak authored
This will make it easier to track changes.
-
- 22 Nov, 2016 1 commit
-
-
Rafael Monnerat authored
Introduce NGINX on the same partition of apache to handle websocket\ and eventsource types. The NGINX will run on another port and it would require a second ip at the machine for enable it. This configuration is a working version with fully https support, but some additional adjustments might be required.
-