httpd: set a few conf files as optional for initial installs

Due to ordering, these config files don't get copied over before the
first time httpd gets restarted. Setting them as optional should allow
initial runs to work better.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-05-28 19:49:32 -07:00
parent 0819fe8c0b
commit d42014c740

View file

@ -21,13 +21,13 @@
{% endif %}
{% if site_name == "fedoraproject.org" %}
Include "conf.d/fedoraproject.org/expires.conf"
IncludeOptional "conf.d/fedoraproject.org/expires.conf"
Include "conf.d/fedoraproject.org/logs.conf"
Alias /static/hotspot.txt /srv/web/hotspot.txt
{% endif %}
{% if site_name == "src.fedoraproject.org" %}
Include "conf.d/src.fedoraproject.org/expires.conf"
IncludeOptional "conf.d/src.fedoraproject.org/expires.conf"
{% endif %}
{% if sslonly %}