contrib/ferron: add Ferron example configuration

This commit is contained in:
Ludovico Gerardi
2026-06-01 21:31:34 +02:00
parent df9c485a42
commit bd9d8fcab5

View File

@@ -0,0 +1,8 @@
// 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"
}
}