We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a21491 commit d512b56Copy full SHA for d512b56
core.sh
@@ -393,7 +393,7 @@ writeHttpResponse() {
393
if [[ "$REQUEST_PATH" == *".css" ]]; then
394
header Content-Type "text/css"
395
else
396
- header Content-Type "$(file -b --mime-type $FILE_PATH)"
+ header Content-Type "$(file -b --mime-type "$FILE_PATH")"
397
fi
398
end_headers
399
cat "$FILE_PATH"
0 commit comments