nginx raspberry pi nodered https proxy code example
Example: node red reverse proxy for ui to root
Server {
Servername example.com
location / {
ProxyPass example.com:1880/ui
}
}
Server {
Servername example.com
location / {
ProxyPass example.com:1880/ui
}
}