[PR #4023] [MERGED] Fixes #4024: Update nginx documentation #12734

Closed
opened 2025-12-29 22:23:19 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/4023
Author: @smutel
Created: 1/27/2020
Status: Merged
Merged: 1/29/2020
Merged by: @jeremystretch

Base: developHead: UpdateDoc


📝 Commits (1)

  • 73b35e7 Update nginx documentation

📊 Changes

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

View changed files

📝 docs/installation/3-http-daemon.md (+1 -1)

📄 Description

Fixes: #4024

With the current nginx configuration, the server port cannot be changed. If you change the port, the first call to the API will work but the second one (from next field of JSON response) will not work because the port used for this request will be always 80.

More details on this discussion: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/netbox-discuss/Jyefr2hO14E/93s6SdvoEQAJ


🔄 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/netbox-community/netbox/pull/4023 **Author:** [@smutel](https://github.com/smutel) **Created:** 1/27/2020 **Status:** ✅ Merged **Merged:** 1/29/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `UpdateDoc` --- ### 📝 Commits (1) - [`73b35e7`](https://github.com/netbox-community/netbox/commit/73b35e72d8dbd5a4179c149cec13ec74107d70ba) Update nginx documentation ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/installation/3-http-daemon.md` (+1 -1) </details> ### 📄 Description ### Fixes: #4024 With the current nginx configuration, the server port cannot be changed. If you change the port, the first call to the API will work but the second one (from next field of JSON response) will not work because the port used for this request will be always 80. More details on this discussion: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/netbox-discuss/Jyefr2hO14E/93s6SdvoEQAJ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:23:19 +01:00
adam closed this issue 2025-12-29 22:23:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12734