...
Open the file located at:
Code Block C:\Program Files\nginx\conf\nginx.conf
Change the HTTP and HTTPS ports:
Code Block server { listen 88; listen 8443 ssl; }
Reference to Replace certs\nginx.crt and cert\nginx.key with the right certificate changing the URL
codechain
Code Block ssl_certificate certs\\nginx.crt; ssl_certificate_key certs\\nginx.key;
Restart Nginx for the changes to take effect.
Info |
---|
If your SSL certificate is signed by an intermediate CA, be sure that it has to be appended into nginx.crt to avoid possible verification errors. |
MongoDB
Default Authentication For a single-tenant installation, the default MongoDB credentials are:
...