bert: Fix content-type header on http default responder
This commit is contained in:
parent
1e0496f818
commit
41ad7feade
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue