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.
563 B
563 B
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: