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