-
I am in the process of evaluating whether Falcon is a good fit for my application. One of the benefits of using Nginx proxying to Puma is that Nginx supports HTTP/2 over cleartext; does Falcon support this? |
Beta Was this translation helpful? Give feedback.
Answered by
ioquatix
Oct 13, 2022
Replies: 1 comment
-
Yes, it does, but it requires extra configuration to force it on, because you don't have ALPN to select the protocol. It means you need to specify, for example, the port and the HTTP/2 protocol explicitly. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
slondr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it does, but it requires extra configuration to force it on, because you don't have ALPN to select the protocol. It means you need to specify, for example, the port and the HTTP/2 protocol explicitly.