You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment I have a mapping 80:8000 for plain http in my docker-compose.yaml file.
How can I make use of --https and --http-redirect
- 80:8000 # http, redirect to https and necessary to get the letsencrypt certificate
- 443:? # http2
- 443:?/udp # http/3
Background:
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
with Laravel Octane on the default port 8000.
At the moment I have a mapping
80:8000
for plain http in mydocker-compose.yaml
file.How can I make use of
--https
and--http-redirect
Background:
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