All of lore.kernel.org
 help / color / mirror / Atom feed
* who wants some nginx?
@ 2018-04-11 13:21 Andrew Geissler
  2018-04-11 14:47 ` Alexander Amelkin
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Geissler @ 2018-04-11 13:21 UTC (permalink / raw)
  To: OpenBMC Maillist

I picked up some commits from Chris that enabled Nginx in OpenBMC.  We
want  it for a few reasons:

- It provides an easy mechanism to redirect http to https (i.e. user
just types <bmc ip> and get redirected to https which then auto loads
the GUI
- It gives us flexibility to serve multiple back end servers off the
https port (or any port)
- It's much faster then our current front end server
- Many other cool feature we may use some day

https://gerrit.openbmc-project.xyz/#/c/6879/

The question is do we enable for all openbmc systems or just ours?
Any votes?  Feel free to comment the review with your thoughts.

It looks like it takes up about an additional ~250KB of flash space.
There is no impact to our existing REST api path with this change.

Andrew

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: who wants some nginx?
  2018-04-11 13:21 who wants some nginx? Andrew Geissler
@ 2018-04-11 14:47 ` Alexander Amelkin
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Amelkin @ 2018-04-11 14:47 UTC (permalink / raw)
  To: openbmc

11.04.2018 16:21, Andrew Geissler wrote:
> I picked up some commits from Chris that enabled Nginx in OpenBMC.  We
> want  it for a few reasons:
>
> - It provides an easy mechanism to redirect http to https (i.e. user
> just types <bmc ip> and get redirected to https which then auto loads
> the GUI
> - It gives us flexibility to serve multiple back end servers off the
> https port (or any port)
> - It's much faster then our current front end server
> - Many other cool feature we may use some day
>
> https://gerrit.openbmc-project.xyz/#/c/6879/
>
> The question is do we enable for all openbmc systems or just ours?
> Any votes?  Feel free to comment the review with your thoughts.
>
> It looks like it takes up about an additional ~250KB of flash space.
> There is no impact to our existing REST api path with this change.
>
Automatic redirect from http to https would be great, and I'm all for nginx.
All we need from http is to keep it serving /snmp path to let an
unauthenticated user download SNMP MIBs.
As far as I understand, that can be done with nginx, isn't it?

Alexander.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-11 14:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-11 13:21 who wants some nginx? Andrew Geissler
2018-04-11 14:47 ` Alexander Amelkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.