mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
[MercureBundle] Change Caddy config filename (#1328)
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
" MERCURE_EXTRA_DIRECTIVES: |",
|
||||
" cors_origins http://127.0.0.1:8000",
|
||||
" # Comment the following line to disable the development mode",
|
||||
" command: /usr/bin/caddy run --config /etc/caddy/Caddyfile.dev",
|
||||
" command: /usr/bin/caddy run --config /etc/caddy/dev.Caddyfile",
|
||||
" healthcheck:",
|
||||
" test: [\"CMD\", \"curl\", \"-f\", \"https://localhost/healthz\"]",
|
||||
" timeout: 5s",
|
||||
|
||||
Reference in New Issue
Block a user