fix html head not delivered

This commit is contained in:
developer 2019-09-25 20:40:43 +02:00
parent b72f931c26
commit 1e644f5aa6

View file

@ -1,7 +1,7 @@
#!/bin/sh -e #!/bin/sh -e
header() { header() {
printf 'Content-type: text/html\nStrict-Transport-Security: max-age=86400000\n' printf 'Content-type: text/html\nStrict-Transport-Security: max-age=86400000\n\n'
} }
# extract parameters # extract parameters