mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[PR #616] [CLOSED] Fixed nginx X-Forwarded-Proto to match the scheme ("http", "https") #644
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#644
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/616
Author: @0x6d61726b
Created: 10/26/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
5139008Fixed nginx X-Forwarded-Proto to match the scheme ("http", "https")📊 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.