- 21 Jun, 2018 40 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
As there is some kind of "collision" with request, allow to override parameters. Treat `<key>` as default and overwrite it with `frontend-config-<num>-<key>`, instead of having the global `<key>` always passed to slaves. This allows to request the partition with: monitor-httpd-frontend=12345 -frontend-config-1-monitor-httpd-frontend=9876 -frontend-config-1-monitor-httpd-frontend=8765
-
Łukasz Nowak authored
jinja2 template is required, as some paramters might come from the network.
-
Łukasz Nowak authored
jinja2 template is required, as some paramters might come from the network.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Removing 'secure' from cookie send by backend is plain wrong.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
No custom_http nor custom_https shall publish information normally calculated.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
It is used internally for communication between backend and the server.
-
Łukasz Nowak authored
Things are implemented elsewhere and tested, also some not-applicable.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
mpm-watchdog promise is not applicable for Caddy.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Those kept are backward compatibility variables from the request.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Do not upper filenames nor users, use them as is.
-
Łukasz Nowak authored
bin/caddy-wrapper is not supported by signals sent to running caddy process.
-
Łukasz Nowak authored
As infromation passed to caddy-wrapper comes also from the network it has to be templated using jinja2 in order to dump variables correctly.
-
Łukasz Nowak authored
By using 6tunnel workaround Caddy limitation of binding to only one interface and in the result listen on IPv6. Also drop needless "ipv6" keys across configuration.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
If url is missing, the generated files shall be correct.
-
Łukasz Nowak authored
It requires a bit of changes into the template logic, as more information has to be passed to each slave.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Dummy site is setup for Caddy to run.
-
Łukasz Nowak authored
This partially reverts commit 863507174c1c3c0365bfa35a7cf298a516b5946d. Only instance part for nginx is kept, thus Caddy can start replace it.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
%2F%2F is used to avoid double slashes cleanup with Caddy. See https://github.com/mholt/caddy/issues/1298, which touches the problem, but not enough for zope.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-