---
title: "NGINX"
slug: "nginxrn25"
updated: 2025-04-11T05:09:57Z
published: 2025-04-11T05:09:57Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://traceabledocs.document360.io/llms.txt
> Use this file to discover all available pages before exploring further.

# NGINX

## 0.1.93 — 10thApril

Traceable’s NGINX agent 0.1.93 provides the following:

### Resolved issue

**Amazon Linux RPM Support:**

Fixed an issue that prevented the NGINX module from installing on Amazon Linux due to overly strict RPM dependencies.

---

## 0.1.91 — 17th March

### Update

Traceable’s NGINX agent provides the following:

- **TLS Support for Config Poll Requests to TPA:** The NGINX agent now supports **TLS encryption** for configuration polling requests to the Traceable Platform Agent (TPA), ensuring secure communication.

#### **Configuration Updates**

To enable TLS for configuration polling, edit your `nginx.conf` file:

```nginx
traceableai {
 .. other nginx configs
 cert_file <path/to/file>;
}
```
