Skip to content

Commit cd147dd

Browse files
authored
Merge pull request #2149 from lvgrr/ferron-config
contrib/ferron: add Ferron example configuration
2 parents df9c485 + bd9d8fc commit cd147dd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

contrib/ferron/radicale.kdl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// Minimal configuration for Ferron web server v2
2+
3+
example.com {
4+
location "/radicale" remove_base=#true {
5+
proxy "http://localhost:5232"
6+
proxy_request_header "X-Script-Name" "/radicale"
7+
}
8+
}

0 commit comments

Comments
 (0)