mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-02 14:07:43 +00:00
21 lines
435 B
Caddyfile
21 lines
435 B
Caddyfile
{
|
|
# Désactive les redirections automatiques HTTP -> HTTPS
|
|
# auto_https off
|
|
# Désactive le port 80 par défaut
|
|
# default_bind :8080
|
|
}
|
|
|
|
localhost:8043 {
|
|
mercure {
|
|
# Publisher JWT key
|
|
publisher_jwt !ChangeThisMercureHubJWTSecretKey!
|
|
# Subscriber JWT key
|
|
subscriber_jwt !ChangeThisMercureHubJWTSecretKey!
|
|
cors_origins http://chill-bundles.wip https://chill-bundles.wip
|
|
ui
|
|
demo
|
|
}
|
|
|
|
respond "Not Found" 404
|
|
}
|