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:
parent
0819fe8c0b
commit
d42014c740
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue