Replies: 1 comment 2 replies
-
|
As always in engineering: it depends. If you're wanting to terminate SSL (via letsencrypt), and have http3 support and it is directly connected to the internet, you can use the If you are not terminating SSL or using a load balancer, you'd just use There isn't a "one size fits all" answer. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Like in question, what is the best way to serve Laravel Octane od default http and https ports?
Currently I'm using FrankenPHP worker and custom index.php, but I would like to know what is the best way?
Maybe reverse_proxy? If so I would ask for a sample code because I wasn't able to create one that was working correctly :(
Beta Was this translation helpful? Give feedback.
All reactions