9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
// Minimal configuration for Ferron web server v2
|
|
|
|
example.com {
|
|
location "/radicale" remove_base=#true {
|
|
proxy "http://localhost:5232"
|
|
proxy_request_header "X-Script-Name" "/radicale"
|
|
}
|
|
}
|