summaryrefslogtreecommitdiff
path: root/~fauno/spawn-fcgi-php/nginx.conf.example
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-08-28 16:24:19 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-08-28 16:24:19 -0300
commite0acf42ad03cac39336017463fad3f5ff2d3179f (patch)
tree6ae1fb22259bf4019c40561c760948e36123c98f /~fauno/spawn-fcgi-php/nginx.conf.example
parent3f64055d01d6333452df7b36a2a581aa3a6ff96f (diff)
downloadabslibre-e0acf42ad03cac39336017463fad3f5ff2d3179f.tar.gz
abslibre-e0acf42ad03cac39336017463fad3f5ff2d3179f.tar.bz2
abslibre-e0acf42ad03cac39336017463fad3f5ff2d3179f.zip
remove fauno personal repo from 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;
-
- }
-}