Advise Lotus node engineers/users put lotus
behind an NGINX server.
#239
Labels
dif/hard
Having worked on the specific codebase is important
effort/days
Estimated to take multiple days, but less than a week
kind/discussion
need/author-input
Needs input from the original author
P2
Medium: Good to have, but can wait until someone steps up
filecoin-project/lotus#7573
This issue was opened on lotus asking for HTTPS support on the API- the real solution is that documentation should make it exceedingly clear that the lotus API needs to go through Nginx for some DoS protection, HTTPS, and various other security features/niceties of a real production webserver.
The python-Django tutorial has good examples of the type of frequent warnings of « do not open ports directly into this service in production » that we might want to add, that was the first thing that came to mind.
we probably also want a tutorial somewhere of what to put in the nginx conf.
The text was updated successfully, but these errors were encountered: