forked from AkkomaGang/akkoma
Delete broken config example
httpd won't start with the empty types block.
This commit is contained in:
parent
ef1c68a8e9
commit
fcce355112
1 changed files with 0 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue