FS#51813 - [gitlab] Nginx examples are missing headers

Attached to Project: Community Packages
Opened by beta990 (beta990) - Sunday, 13 November 2016, 19:10 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Monday, 09 January 2017, 22:43 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Without adding the following two headers, I'm unable to login:
proxy_set_header X-Forwarded-Ssl on; # Only needed when using SSL, so should be set in the ssl example
proxy_set_header X-Frame-Options SAMEORIGIN;

Additional info:
* nginx-mainline 1.11.5-1
* gitlab 8.13.5-1

Steps to reproduce:
First setup, trying to login.

Thanks.
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Monday, 09 January 2017, 22:43 GMT
Reason for closing:  Upstream
Additional comments about closing:  Re-open if upstream says that this is for some weird reason Arch-specific.
Comment by Sven-Hendrik Haase (Svenstaro) - Monday, 09 January 2017, 22:43 GMT
Could please report this to upstream? The configs are taken from them and I don't really want to downstream patch configs.

Loading...