Details
Details
- Reviewers
- None
- Group Reviewers
Restricted Project - Commits
- rK8373e36c68f6: Run rc imap over nginx for 2fa with proxy protocol support
rK70ed15887bfa: Run rc imap over nginx for 2fa with proxy protocol support
rK5044e66f9cad: Run rc imap over nginx for 2fa with proxy protocol support
rK15fbcd00cad2: Run rc imap over nginx for 2fa with proxy protocol support
rK903f7774a1f7: Run rc imap over nginx for 2fa with proxy protocol support
Diff Detail
Diff Detail
- Repository
- rK kolab
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/app/Http/Controllers/API/V4/NGINXController.php | ||
---|---|---|
182 | Alec pointed out that instead of extracting the Proxy-Protocol-Addr here we could set the Client-Ip in NGINX on the request. |
src/app/Http/Controllers/API/V4/NGINXController.php | ||
---|---|---|
182 | I have tried this, but don't know how to set the client ip on the http subrequest of the mail module if at all possible. |