- Name: Ravikant Singh
- Organisation: OpenMined
- Project: Implement Fan-Vercauteren Homomorphic Encryption Scheme in PySyft
- Proposal: https://docs.google.com/document/d/14JrXJ9_ddB8Qm-RbnOnA2NL_GxXxKXei56dSJrVumR0/edit?usp=sharing
- Mentor: Ayoub Benaissa
- Make sure the domain you picked points at the IP of your Redash server.
- Switch to the
rootuser (sudo su). - Create a folder named
nginxin/opt/redash. - Create in the nginx folder two additional folders:
certsandcerts-data. - Create the file
/opt/redash/nginx/nginx.confand place the following in it: (replaceexample.redashapp.comwith your domain name)upstream redash { server redash:5000; }
