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
Needs more headers in order to make SSL work right
location @puma_nginx.conf { proxy_redirect off; proxy_set_header Upgrade $http_upgrade; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $host; proxy_set_header Connection "Upgrade"; proxy_set_header X-Forwarded-Proto http; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Ssl on; # Optional proxy_set_header X-Forwarded-Port $server_port; proxy_set_header X-Forwarded-Host $host; proxy_pass http://puma_nginx.conf; # limit_req zone=one; access_log /home/homebus/HomeBus/shared/log/nginx.access.log; error_log /home/homebus/HomeBus/shared/log/nginx.error.log; }
The text was updated successfully, but these errors were encountered:
romkey
No branches or pull requests
Needs more headers in order to make SSL work right
The text was updated successfully, but these errors were encountered: