About Lesson
Hey, guys.
There’s a chance that you might find 502 errors when installing nginx + php71. If so, please change this:
--enablerepo=ius && yum clean all
to this
--enablerepo=ius-archive && yum clean all
Changes are already applied in GitHub!