Files
SimfonyBasics/.platform/routes.yaml
2024-07-05 13:46:23 +02:00

3 lines
148 B
YAML

"https://{all}/": { type: upstream, upstream: "varnish:http", cache: { enabled: false } }
"http://{all}/": { type: redirect, to: "https://{all}/" }