Laravel octane port handling http, https and http/3 #1304
Replies: 1 comment 1 reply
-
|
See #1288 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
with Laravel Octane on the default port 8000.
At the moment I have a mapping
80:8000for plain http in mydocker-compose.yamlfile.How can I make use of
--httpsand--http-redirectBackground:
I'm running a reverse proxy (HAProxy) in front of it, currently with ssl termination, but I would like to use SSL between HAProxy and frankenphp, too.
Beta Was this translation helpful? Give feedback.
All reactions