From e0acf42ad03cac39336017463fad3f5ff2d3179f Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 28 Aug 2013 16:24:19 -0300 Subject: remove fauno personal repo from abslibre --- ~fauno/spawn-fcgi-php/nginx.conf.example | 34 -------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 ~fauno/spawn-fcgi-php/nginx.conf.example (limited to '~fauno/spawn-fcgi-php/nginx.conf.example') 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; - - } -} -- cgit v1.2.3