> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/release-notes/waap-release-notes/2025/agent-release-notes-2025/nginx.md).

# NGINX

## 0.1.93 — 10<sup>th</sup> April

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:

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