Trying to run node-red on a separate server with a second hassio instance .
I have no need for SSL support so I added require_ssl: False to my node-red settings .
This returns an error when trying to start the node red addon :
mv: can't rename '/etc/nginx/servers/direct.disabled': Invalid argument
[cont-init.d] nginx.sh: exited 1.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] 99-message.sh: executing...
-----------------------------------------------------------
Oops! Something went wrong.
We are so sorry, but something went terribly wrong when
starting or running this add-on.
Be sure to check the log above, line by line, for hints.
-----------------------------------------------------------
[cont-finish.d] 99-message.sh: exited 0.
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
Anyone knows what could be causing this and how I can start Node Red without SSL ?
Thanks