-
Notifications
You must be signed in to change notification settings - Fork 693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added http_realip_module to nginx #1301
base: master
Are you sure you want to change the base?
Conversation
Fixed code block indentation that stopped it from code blocking
Update creating-a-stand-alone-photon-machine-with-cloud-init.md
@LePresidente, you must sign our contributor license agreement before your changes are merged. Click here to sign the agreement. If you are a VMware employee, read this for further instruction. |
@LePresidente, VMware has approved your signed contributor license agreement. |
Is there an update on when this change will be merged? |
well looks like this won't be in photon 5 either |
@HarinadhD can you please see if we can add it in our nginx? @bmunro-peralex & @adamus1red, sorry for keeping this pending from such a long time. cc: @tapakund |
github links where this was asked: #1301 #1055 Change-Id: I8be5032776e565488d55a21f1cac7aff960106f7 Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/19774 Reviewed-by: Shreenidhi Shedi <[email protected]> Tested-by: Shreenidhi Shedi <[email protected]>
github links where this was asked: #1301 #1055 Change-Id: Ic51e05a72dd454fed4a710e2cf95e443b3722024 Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/19775 Reviewed-by: Shreenidhi Shedi <[email protected]> Tested-by: Shreenidhi Shedi <[email protected]>
github links where this was asked: #1301 #1055 Change-Id: Ic51e05a72dd454fed4a710e2cf95e443b3722024 Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/19775 Reviewed-by: Shreenidhi Shedi <[email protected]> Tested-by: Shreenidhi Shedi <[email protected]>
Implements #1055
Module documentation can be found here http://nginx.org/en/docs/http/ngx_http_realip_module.html, its useful to retrieve the real ip when nginx is behind another reverse proxy like cloudflare for example.