We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Into my local fork I had to set localhost as a trusted-proxy for Laravel/Symfony
So during a reverse proxy using Nginx I can detect correctly the protocol for asset()
Line 190 on function mapRequest @ HttpKernel.php $class::setTrustedProxies(array('127.0.0.1/8'));
$class::setTrustedProxies(array('127.0.0.1/8'));
I just created this Issue so others can find a solution. I think that the correct way should set trusted proxies as a config.
The text was updated successfully, but these errors were encountered:
Definitely. We had an older discussion about- this should be a bootstrap-specific config option.
Sorry, something went wrong.
This is fixed in #114
No branches or pull requests
Into my local fork I had to set localhost as a trusted-proxy for Laravel/Symfony
So during a reverse proxy using Nginx I can detect correctly the protocol for asset()
Line 190 on function mapRequest @ HttpKernel.php
$class::setTrustedProxies(array('127.0.0.1/8'));
I just created this Issue so others can find a solution. I think that the correct way should set trusted proxies as a config.
The text was updated successfully, but these errors were encountered: