Delete broken config example

httpd won't start with the empty types block.
This commit is contained in:
Pascal Schmid 2023-01-02 13:00:36 +01:00
parent ef1c68a8e9
commit fcce355112
1 changed files with 0 additions and 3 deletions

View File

@ -92,9 +92,6 @@ server "default" {
location "/robots.txt" { root "/htdocs/local/" }
location "/*" { block return 302 "https://$HTTP_HOST$REQUEST_URI" }
}
types {
}
```
Do not forget to change *<IPv4/6 address\>* to your server's address(es). If httpd should only listen on one protocol family, comment one of the two first *listen* options.