charasheet/contrib/Caddyfile.local

16 lines
257 B
Caddyfile

{
email gabriel@augendre.info
http_port 8000
}
http://localhost:8080 {
@preview {
header Cookie *preview=enabled;*
path /test /test/* /character/1/notes_change/
}
route {
reverse_proxy @preview localhost:4444
reverse_proxy localhost:8000
}
}