mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[PR #617] [MERGED] Fixed nginx X-Forwarded-Proto to match the protocol ("http", "https") #647
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#647
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:patch-01_X-Forwarded-Proto📝 Commits (2)
2072890Fixed nginx X-Forwarded-Proto to match the protocol ("http", "https")cc86730Corrected 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.