Skip to main content

21 docs tagged with "guides"

View all tags

Deployment guides

Guides for serving Strapi behind a reverse proxy and running it under a process manager.

How to populate creator fields

Learn how to populate creator fields such as createdBy and updatedBy by creating a custom controller that leverages the populate parameter.

Proxying Strapi with Caddy

Configure Strapi and Caddy so that a Strapi application is served through a Caddy reverse proxy with automatic HTTPS.

Proxying Strapi with HAProxy

Configure Strapi and HAProxy so that a Strapi application is served through an HAProxy load balancer over HTTPS.

Proxying Strapi with Nginx

Configure Strapi and Nginx so that a Strapi application is served through an Nginx reverse proxy over HTTPS.

REST API Guides

Deep dive into some specific REST API topics using guides that extensively explain some use cases or give step-by-step instructions.

Running Strapi with PM2

Use the PM2 process manager to keep a Strapi application running, restart it on failure, and start it again after a reboot.

TypeScript Guides

Learn how you can leverage TypeScript while developing your Strapi project.

Understanding populate

Learn what populating means and how you can use the populate parameter in your REST API queries to add additional fields to your responses.