[PR #1863] [MERGED] Update resolvers.conf to break dns cache #3496

Closed
opened 2026-02-26 08:30:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1863
Author: @omercnet
Created: 2/16/2022
Status: Merged
Merged: 3/14/2022
Merged by: @jc21

Base: developHead: patch-1


📝 Commits (1)

  • ac25171 Update resolvers.conf to break dns cache

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 docker/rootfs/etc/services.d/nginx/run (+1 -1)

📄 Description

By default, nginx caches answers using the TTL value of a response.
In a dynamic environment containers can get recreated with new IPs,
reducing the validity of the cache allows refreshing these IPs

https://nginx.org/en/docs/http/ngx_http_core_module.html#resolver


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1863 **Author:** [@omercnet](https://github.com/omercnet) **Created:** 2/16/2022 **Status:** ✅ Merged **Merged:** 3/14/2022 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`ac25171`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/ac2517142051e215f031d7cdcbb4ef21d5e5f93d) Update resolvers.conf to break dns cache ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docker/rootfs/etc/services.d/nginx/run` (+1 -1) </details> ### 📄 Description By default, nginx caches answers using the TTL value of a response. In a dynamic environment containers can get recreated with new IPs, reducing the validity of the cache allows refreshing these IPs https://nginx.org/en/docs/http/ngx_http_core_module.html#resolver --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 08:30:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#3496
No description provided.