bert: Fix content-type header on http default responder
This commit is contained in:
parent
1e0496f818
commit
41ad7feade
|
@ -26,6 +26,7 @@
|
|||
virtualHosts.":80" = {
|
||||
serverAliases = [":443"];
|
||||
extraConfig = ''
|
||||
header Content-Type text/html
|
||||
respond <<EOF
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
|
Loading…
Reference in a new issue