C and C++ web framework. http://rapida.vilor.one/docs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Ivan Polyakov be62c187b6 first public release 2 years ago
..
c first public release 2 years ago
cxx first public release 2 years ago
Makefile first public release 2 years ago
README.md first public release 2 years ago
example-site.nginx.conf first public release 2 years ago
fastcgi_params first public release 2 years ago

README.md

Examples

This example shows how to use a simple rpd application with NGINX.

NGINX configuration

In the location you want to process with rpd, provide the following lines:

fastcgi_pass unix: /tmp/rpd.example.sock;
include fastcgi_params;

Where /tmp/rpd.example.sock is the UNIX socket you passed to the rpd_app instance and fastcgi_params is the list of variables that NGINX passes through the FastCGI protocol.

See examples: