Documentation Index
Fetch the complete documentation index at: https://kaneo.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This guide explains how to deploy Kaneo using Nginx as a reverse proxy. This setup is ideal for production environments where you want to expose Kaneo through a domain name with HTTPS.Prerequisites
- A domain name
- A SSL certificate
- A Nginx web server
Installation
The first step is to make sure nginx is installed and running.Configuration
The next step is to configure Nginx to proxy requests to the Kaneo services. We will create two servers, one for the web application and one for the API.- Create a new file in the
/etc/nginx/sites-available/kaneo.confdirectory.
kaneo.conf
- Enable the configuration by creating a symlink to the
sites-enableddirectory.
- Test the configuration.
- Restart Nginx to apply the changes.
Key points
- This configuration is for a single server, if you want to use a load balancer, you need to configure it accordingly.
- This configuration is for a single domain, if you want to use a subdomain, you need to configure it accordingly.