🐛 Bug fixes
Some checks are pending
release-nightly / build-docker (push) Waiting to run
Some checks are pending
release-nightly / build-docker (push) Waiting to run
This commit is contained in:
@ -8,24 +8,24 @@ path = ["/ws"]
|
||||
id = "example-websocket-destination"
|
||||
uri = "http://localhost:8765"
|
||||
|
||||
[[locations]]
|
||||
id = "example-warden"
|
||||
host = ["localhost:4321"]
|
||||
path = ["/"]
|
||||
[[locations.destinations]]
|
||||
id = "example-warden-destination"
|
||||
uri = "http://localhost:4321"
|
||||
# [[locations]]
|
||||
# id = "example-warden"
|
||||
# host = ["localhost:4321"]
|
||||
# path = ["/"]
|
||||
# [[locations.destinations]]
|
||||
# id = "example-warden-destination"
|
||||
# uri = "http://localhost:4321"
|
||||
|
||||
[[applications]]
|
||||
id = "example-warden-app"
|
||||
workdir = "test/data/warden"
|
||||
command = ["node", "dist/server/entry.mjs"]
|
||||
environment = ["PUBLIC_CMS=https://smartsheep.studio"]
|
||||
# [[applications]]
|
||||
# id = "example-warden-app"
|
||||
# workdir = "test/data/warden"
|
||||
# command = ["node", "dist/server/entry.mjs"]
|
||||
# environment = ["PUBLIC_CMS=https://smartsheep.studio"]
|
||||
|
||||
[[locations]]
|
||||
id = "example-static"
|
||||
host = ["localhost:8000"]
|
||||
path = ["/roadsign"]
|
||||
path = ["/"]
|
||||
[[locations.destinations]]
|
||||
id = "example-static-destination"
|
||||
uri = "files://test/data"
|
Reference in New Issue
Block a user