Nginx Configurations

nginx.conf

The nginx.conf file configures the Nginx web server for accessing Cyphon. See Nginx’s documentation for details.

nginx.conf.ssl

The nginx.conf.ssl file can be optionally used to run Cyphon with SSL. The SSL server certificate should be copied into ssl.crt and the corresponding private key should be copied into ssl.key. See Nginx’s documentation on configuring other SSL options.