[PR #617] [MERGED] Fixed nginx X-Forwarded-Proto to match the protocol ("http", "https") #647

Closed
opened 2026-02-27 15:59:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/617
Author: @0x6d61726b
Created: 10/26/2023
Status: Merged
Merged: 10/30/2023
Merged by: @catborise

Base: masterHead: patch-01_X-Forwarded-Proto


📝 Commits (2)

  • 2072890 Fixed nginx X-Forwarded-Proto to match the protocol ("http", "https")
  • cc86730 Corrected X-Forwarded-Proto meaning for Gunicorn

📊 Changes

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

View changed files

📝 conf/nginx/webvirtcloud.conf (+1 -1)

📄 Description

According to the specification of X-Forwarded-Proto, the value shall match the used protocol (e.g., "http", "https") which is provided as scheme variable in nginx.


🔄 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/retspen/webvirtcloud/pull/617 **Author:** [@0x6d61726b](https://github.com/0x6d61726b) **Created:** 10/26/2023 **Status:** ✅ Merged **Merged:** 10/30/2023 **Merged by:** [@catborise](https://github.com/catborise) **Base:** `master` ← **Head:** `patch-01_X-Forwarded-Proto` --- ### 📝 Commits (2) - [`2072890`](https://github.com/retspen/webvirtcloud/commit/2072890fc586325a123569df705b31eca74f7060) Fixed nginx X-Forwarded-Proto to match the protocol ("http", "https") - [`cc86730`](https://github.com/retspen/webvirtcloud/commit/cc867304414b5be9340aa76d7296576a4df4f1b1) Corrected X-Forwarded-Proto meaning for Gunicorn ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `conf/nginx/webvirtcloud.conf` (+1 -1) </details> ### 📄 Description According to the specification of [X-Forwarded-Proto](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Proto), the value shall match the used protocol (e.g., "http", "https") which is provided as scheme variable in nginx. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:59:28 +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/webvirtcloud#647
No description provided.