charasheet/contrib/Caddyfile.local

16 lines
257 B
Caddyfile
Raw Normal View History

2023-10-10 00:20:39 +02:00
{
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
}
}