docs: add note about noSniff

This commit is contained in:
Henrique Dias
2024-08-01 21:53:58 +02:00
parent d3bee98000
commit feeb33d249
+3
View File
@@ -68,6 +68,9 @@ prefix: /
# Enable or disable debug logging. Default is 'false'. # Enable or disable debug logging. Default is 'false'.
debug: false debug: false
# Disable sniffing the files to detect their content type. Default is 'false'.
noSniff: false
# The directory that will be able to be accessed by the users when connecting. # The directory that will be able to be accessed by the users when connecting.
# This directory will be used by users unless they have their own 'directory' defined. # This directory will be used by users unless they have their own 'directory' defined.
# Default is '.' (current directory). # Default is '.' (current directory).