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/server.conf.example | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 ~fauno/spawn-fcgi-php/server.conf.example (limited to '~fauno/spawn-fcgi-php/server.conf.example') diff --git a/~fauno/spawn-fcgi-php/server.conf.example b/~fauno/spawn-fcgi-php/server.conf.example deleted file mode 100644 index 06160cfb2..000000000 --- a/~fauno/spawn-fcgi-php/server.conf.example +++ /dev/null @@ -1,22 +0,0 @@ -server { - listen 80; - server_name domain.tld; - root /srv/http/domain.tld; - - index index.php index.html; - - access_log logs/access.log; - error_log logs/error.log; - - location ~ \.php { - # TCP - fastcgi_pass 127.0.0.1:9000; - # or SOCKET - #fastcgi_pass unix:/var/run/spawn-fcgi/spawn-fcgi.sock; - fastcgi_index index.php; - fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; - include /etc/nginx/conf/fastcgi_params; - } - include public_html.conf.example; -} -# vi: ft=nginx -- cgit v1.2.3