download: move centos items out of /srv/pub

We had centos stream and altarches and centos linux under /srv/pub on
external download servers. However, this breaks people who sync buffet
or the like from them because they suddenly get centos content that they
want to just get directly elsewhere. So, just move these up a leave so
they are out of the buffet target and people who want them can get them
elsewhere.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-07-12 15:44:17 -07:00
parent c8a5b75209
commit e0cb1c5188
5 changed files with 26 additions and 10 deletions

View file

@ -50,6 +50,22 @@ DocumentRoot /srv/web
</IfModule>
</Directory>
<Directory /srv/centos*>
HeaderName /HEADER.html
ReadmeName /FOOTER.html
Options Indexes FollowSymLinks
<IfModule mod_authz_core.c>
# Apache 2.4
Require all granted
IndexOptions NameWidth=* FancyIndexing
</IfModule>
<IfModule !mod_authz_core.c>
# Apache 2.2
Order allow,deny
Allow from all
</IfModule>
</Directory>
<Directory /srv/pub/alt>
HeaderName HEADER.html
ReadmeName README