1
0
Fork 0
mirror of https://git.joinplu.me/Plume/Plume.git synced 2025-03-31 08:19:34 +00:00
Plume/.circleci/images/plume-buildenv/Caddyfile
fdb-hiroshima eabe73ddc0
Add tests for plume webserver ()
* begin setup front-end test environment with selenium
* run migrations before tests
* use https for tests
2019-04-06 17:41:57 +02:00

6 lines
83 B
Caddyfile

localhost:443 {
proxy / localhost:7878 {
transparent
}
tls self_signed
}