Install NGINX - Administrator Guide - 6.5 - Cortex XSOAR - Cortex - Security Operations

Cortex XSOAR Administrator Guide

Product
Cortex XSOAR
Version
6.5
Creation date
2022-09-28
Last date published
2024-03-21
End_of_Life
EoL
Category
Administrator Guide
Abstract

Install NGINX on Cortex XSOAR for Red Hat/Amazon and Ubuntu Linux distributions.

You can install NGINX on the Red Hat/Amazon (yum) and Ubuntu Linux distributions. For full instructions and available distributions, see NGINX documentation.

  1. Run one of the following commands according to your Linux system:

    • RedHat/Amazon: sudo yum install nginx

    • Ubuntu: sudo apt-get install nginx

  2. (Optional) Verify the NGINX installation by running the following command:

    sudo nginx -v