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
3745d2003a
|
2 years ago | |
---|---|---|
.. | ||
c | 2 years ago | |
cxx | 2 years ago | |
.gitignore | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
example-site.nginx.conf | 2 years ago | |
fastcgi_params | 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: