mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
15 lines
257 B
Text
15 lines
257 B
Text
{
|
|
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
|
|
}
|
|
}
|