FlowFuse / device-agent

An agent to run FlowFuse managed instances of Node-RED on devices
Apache License 2.0
15 stars 8 forks source link

httpStatic not working on windows when run with nssm #245

Closed hardillb closed 4 months ago

hardillb commented 4 months ago

Current Behavior

get 404 from requests

Expected Behavior

serves static content

Steps To Reproduce

add

httpStatic:
  - path: C:/temp
    root: /static

to device.yml

Environment

hardillb commented 4 months ago

Local problem, not FF related