From 6f08d5707e54bbc6b727e1d556580e8e249931fa Mon Sep 17 00:00:00 2001 From: Carl George Date: Mar 06 2019 01:58:35 +0000 Subject: Allow custom http port with default config file https://bugzilla.redhat.com/show_bug.cgi?id=1685446 --- diff --git a/caddy.conf b/caddy.conf index 15743b5..f8d3fff 100644 --- a/caddy.conf +++ b/caddy.conf @@ -1,4 +1,4 @@ -:80 { +http:// { gzip root /usr/share/caddy } diff --git a/caddy.spec b/caddy.spec index a606c0d..762a672 100644 --- a/caddy.spec +++ b/caddy.spec @@ -562,6 +562,7 @@ fi - Update bundled dnsproviders to 0.1.3 - Update bundled lego to 2.2.0 - Enable googlecloud, route53, and azure dns providers on epel7 +- Allow custom http port with default config file rhbz#1685446 * Thu Jan 31 2019 Fedora Release Engineering - 0.11.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild