--- 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 <notextile> <pre><code># <span class="userinput">yum install epel-release</span></code> <code># <span class="userinput">yum install nginx</span></code></pre> </notextile> h3. Debian and Ubuntu <notextile> <pre><code># <span class="userinput">apt-get --no-install-recommends install nginx</span></code></pre> </notextile>