removed cherokee nginx and lighttpd directories

This commit is contained in:
Unbit
2013-04-22 08:07:26 +02:00
parent d38e5dec7b
commit ca071fa52f
5 changed files with 0 additions and 3031 deletions
-1
View File
@@ -1 +0,0 @@
the uwsgi handler is included in the official Cherokee distribution
-1356
View File
File diff suppressed because it is too large Load Diff
-3
View File
@@ -1,3 +0,0 @@
ngx_addon_name=ngx_http_uwsgi_module
HTTP_MODULES="$HTTP_MODULES ngx_http_uwsgi_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_uwsgi_module.c"
File diff suppressed because it is too large Load Diff
-16
View File
@@ -1,16 +0,0 @@
uwsgi_param QUERY_STRING $query_string;
uwsgi_param REQUEST_METHOD $request_method;
uwsgi_param CONTENT_TYPE $content_type;
uwsgi_param CONTENT_LENGTH $content_length;
uwsgi_param REQUEST_URI $request_uri;
uwsgi_param PATH_INFO $document_uri;
uwsgi_param DOCUMENT_ROOT $document_root;
uwsgi_param SERVER_PROTOCOL $server_protocol;
uwsgi_param REMOTE_ADDR $remote_addr;
uwsgi_param REMOTE_PORT $remote_port;
uwsgi_param SERVER_ADDR $server_addr;
uwsgi_param SERVER_PORT $server_port;
uwsgi_param SERVER_NAME $server_name;