Назад | Перейти на главную страницу

nginx repomd.xml 404 не найден

Я настроил репозиторий nginx, как указано в http://wiki.nginx.org/Install

[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/rhel/$releasever/$basearch/
gpgcheck=0
enabled=1

Когда я пытаюсь установить php-fpm, я получаю следующую ошибку

http://nginx.org/packages/rhel/6Server/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: nginx. Please verify its path and try again

Каким еще одним стабильным baseurl я могу заменить это?

Пожалуйста, прочтите инструкцию полностью:

Due to differences between how CentOS, RHEL, and Scientific Linux populate the
$releasever variable, it is necessary to manually replace $releasever with either 
"5" (for 5.x) or "6" (for 6.x), depending upon your OS version.