This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| frankenphp | |
| } | |
| # ─── HTTP → HTTPS redirect ──────────────────────────────────────────────────── | |
| # Redirect all insecure requests to HTTPS except the admin domain, | |
| # which may be accessed over HTTP in some internal/proxy setups. | |
| http://{$FRONTEND_HOST}, http://{$PHPMYADMIN_HOST} { | |
| redir https://{host}{uri} 301 | |
| } |