summaryrefslogtreecommitdiff
path: root/~fauno/spawn-fcgi-php/nginx.conf.example
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-08-29 10:01:45 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-08-29 10:01:45 -0300
commit7b5f5a5e83341d02f22816d9b4c0494703c3b094 (patch)
treeed96bfcb5991585c85e097c2764bd62bb5aedf50 /~fauno/spawn-fcgi-php/nginx.conf.example
parent0b1f916eefc5e12d52c0e9b52d9c1505b0748dfd (diff)
parent7a1ce582d431ebee67c93c4b15dc62d9cd4bbb54 (diff)
Merge branch 'master' of vparabola:abslibre
Diffstat (limited to '~fauno/spawn-fcgi-php/nginx.conf.example')
-rw-r--r--~fauno/spawn-fcgi-php/nginx.conf.example34
1 files changed, 0 insertions, 34 deletions
diff --git a/~fauno/spawn-fcgi-php/nginx.conf.example b/~fauno/spawn-fcgi-php/nginx.conf.example
deleted file mode 100644
index 35d0868f3..000000000
--- a/~fauno/spawn-fcgi-php/nginx.conf.example
+++ /dev/null
@@ -1,34 +0,0 @@
-user http;
-worker_processes 1;
-
-error_log logs/error.log;
-
-#pid logs/nginx.pid;
-
-events {
- worker_connections 1024;
-}
-
-
-http {
- include mime.types;
- default_type application/octet-stream;
-
- sendfile on;
- #tcp_nopush on;
-
- #keepalive_timeout 0;
- keepalive_timeout 65;
-
- #gzip on;
-
- # the file with mapping username per port
- include /etc/nginx/conf/map_user2port.conf;
- #or only
- #include map_user2port.conf
-
- # Servers configurations ...
- include server.conf.example;
-
- }
-}