mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-20 02:30:58 +00:00
eabe73ddc0
* begin setup front-end test environment with selenium * run migrations before tests * use https for tests
6 lines
83 B
Caddyfile
6 lines
83 B
Caddyfile
localhost:443 {
|
|
proxy / localhost:7878 {
|
|
transparent
|
|
}
|
|
tls self_signed
|
|
}
|