nginx proxy node red 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
}
}