File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 4545 name : Check HTTPS reachability
4646 if : false # Remove this line when the homepage will be configured, or change the path to check
4747 run : curl -vk --fail-with-body https://localhost
48+ -
49+ name : Check Mercure reachability
50+ run : curl -vkI --fail-with-body https://localhost/.well-known/mercure?topic=test
4851 -
4952 name : Create test database
5053 if : false # Remove this line if Doctrine ORM is installed
Original file line number Diff line number Diff line change 4444 # Disable Topics tracking if not enabled explicitly: https://github.com/jkarlin/topics
4545 header ?Permissions-Policy "browsing-topics=()"
4646
47- @phpRoute not file {path}
47+ @phpRoute {
48+ not path /.well-known/mercure*
49+ not file {path}
50+ }
4851 rewrite @phpRoute index.php
52+
4953 @frontController path index.php
5054 php @frontController
55+
5156 file_server
5257}
You can’t perform that action at this time.
0 commit comments