[PR #2234] [MERGED] Fix internal requests when gitea listens to unix socket or only external IP #16297

Closed
opened 2025-11-02 12:07:00 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2234
Author: @lafriks
Created: 7/30/2017
Status: Merged
Merged: 8/3/2017
Merged by: @lunny

Base: masterHead: fix_ssh_sockets


📝 Commits (2)

  • c9b9b5b Fix internal requests when gitea listens to unix socket or only external IP
  • 8be3b69 When Gitea is set to listen using FastCGI use AppURL for LocalURL

📊 Changes

4 files changed (+34 additions, -12 deletions)

View changed files

📝 modules/private/branch.go (+1 -4)
📝 modules/private/internal.go (+16 -3)
📝 modules/private/push_update.go (+1 -4)
📝 modules/setting/setting.go (+16 -1)

📄 Description

Fixes #2232


🔄 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/go-gitea/gitea/pull/2234 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 7/30/2017 **Status:** ✅ Merged **Merged:** 8/3/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `fix_ssh_sockets` --- ### 📝 Commits (2) - [`c9b9b5b`](https://github.com/go-gitea/gitea/commit/c9b9b5b7ebc6be73b421286ba688cc2e1ae2a201) Fix internal requests when gitea listens to unix socket or only external IP - [`8be3b69`](https://github.com/go-gitea/gitea/commit/8be3b69b9f73e8bd6c7bfb675fa1b6b6ce8eaaba) When Gitea is set to listen using FastCGI use AppURL for LocalURL ### 📊 Changes **4 files changed** (+34 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `modules/private/branch.go` (+1 -4) 📝 `modules/private/internal.go` (+16 -3) 📝 `modules/private/push_update.go` (+1 -4) 📝 `modules/setting/setting.go` (+16 -1) </details> ### 📄 Description Fixes #2232 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:07:00 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16297