This document has now been incorporated into the uWSGI documentation:
http://uwsgi-docs.readthedocs.org/en/latest/tutorials/Django_and_nginx.html
Steps with explanations to set up a server using:
| <?php | |
| /** | |
| * @property-read string $class_name | |
| */ | |
| abstract class rootClass{ | |
| /** | |
| * Contains the data for this class | |
| * @var array | |
| */ | |
| protected $data = array(); |