# tuna and NGINX

## Step 1. Download the client

Instructions are available on the [installation page](https://tuna.am/en/docs/guides/install.md).

## Step 2. Start NGINX

## Step 3. Run tuna

No special settings are required, but for correct request routing, passing the `Host` header may be necessary, for example:

```bash
tuna http --request-header="host:tuna.am" 80

```

Information on how NGINX processes requests can be found in the [official documentation](https://nginx.org/en/docs/http/request_processing.html).
