--- layout: default navsection: installguide title: Install Nginx ... {% comment %} Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: CC-BY-SA-3.0 {% endcomment %} h3. CentOS 7
# yum install epel-release
# yum install nginx
h3. Alma/CentOS/Red Hat/Rocky 8
# dnf install nginx
h3. Debian and Ubuntu
# apt-get --no-install-recommends install nginx