labview_proj/builds/ds18b20/can_emul/niwebserver.conf
2025-08-05 19:05:42 +03:00

31 lines
593 B
Plaintext

NI.AddLVRouteVars
ErrorLog "$LVSERVER_ROOT/logs/error.log"
Listen 8000
NI.ServerName default
DocumentRoot "$LVSERVER_ROOT/../../www"
TypesConfig "$LVSERVER_ROOT/mime.types"
DirectoryIndex index.html
WorkerLimit 10
InactivityTimeout 60
LoadModulePath "$LVSERVER_ROOT/..;$LVSERVER_ROOT/modules;$LVSERVER_ROOT/LVModules"
LoadModule LVAuth lvauthmodule
LoadModule LVSnapshot lvsnapshotmodule
LoadModule LVRFP lvrfpmodule
#
# Pipeline definition
#
SetConnector netConnector
AddHandler LVAuth
AddHandler LVSnapshot snap
AddHandler LVRFP
AddHandler fileHandler ""
AddOutputFilter chunkFilter