retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.63k stars 362 forks source link

Fixed nginx X-Forwarded-Proto to match the scheme ("http", "https") #616

Closed 0x6d61726b closed 8 months ago

0x6d61726b commented 8 months ago

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.

0x6d61726b commented 8 months ago

sorry, I committed the patch on forked master branch by mistake.