Merge branch '21697-slow-client-blocking'
[arvados.git] / doc / install / nginx.html.textile.liquid
1 ---
2 layout: default
3 navsection: installguide
4 title: Install Nginx
5 ...
6 {% comment %}
7 Copyright (C) The Arvados Authors. All rights reserved.
8
9 SPDX-License-Identifier: CC-BY-SA-3.0
10 {% endcomment %}
11
12 h3. CentOS 7
13
14 <notextile>
15 <pre><code># <span class="userinput">yum install epel-release</span></code>
16 <code># <span class="userinput">yum install nginx</span></code></pre>
17 </notextile>
18
19 h3. Alma/CentOS/Red Hat/Rocky 8
20
21 <notextile>
22 <pre><code># <span class="userinput">dnf install nginx</span></code></pre>
23 </notextile>
24
25 h3. Debian and Ubuntu
26
27 <notextile>
28 <pre><code># <span class="userinput">apt-get --no-install-recommends install nginx</span></code></pre>
29 </notextile>