Is your feature request related to a problem? Please describe.
We manage around 30 hosts on our nginx reverse proxy. About 1/3 of those are hosted on AWS S3. We need https on almost all of them and using something like Cloudfront to have SSL would be overkill.
Describe the solution you'd like
Add an option on the Proxy hosts to use S3 as a forward option. This would change the location block to use the options needed for it to work. Something like this is what we use:
The maximum length of the forward_host variable would also have to be increased as 50 is too small.
Describe alternatives you've considered
I considered using the custom location option but, the host parameter is set in the non editable section of proxy.conf
Additional context
This would be my proposal:
I have made some progress on development. I can open a PR to check out my progress. I would consider some additional validations for it to be complete.
Is your feature request related to a problem? Please describe. We manage around 30 hosts on our nginx reverse proxy. About 1/3 of those are hosted on AWS S3. We need https on almost all of them and using something like Cloudfront to have SSL would be overkill.
Describe the solution you'd like Add an option on the Proxy hosts to use S3 as a forward option. This would change the location block to use the options needed for it to work. Something like this is what we use:
The maximum length of the forward_host variable would also have to be increased as 50 is too small.
Describe alternatives you've considered I considered using the custom location option but, the host parameter is set in the non editable section of proxy.conf
Additional context This would be my proposal:
I have made some progress on development. I can open a PR to check out my progress. I would consider some additional validations for it to be complete.