summaryrefslogtreecommitdiffstats
path: root/network/nginx/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/nginx/README')
-rw-r--r--network/nginx/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/network/nginx/README b/network/nginx/README
deleted file mode 100644
index e148206644..0000000000
--- a/network/nginx/README
+++ /dev/null
@@ -1,10 +0,0 @@
-nginx [engine x] is a high-performance HTTP server and reverse proxy
-as well as an IMAP/POP3 proxy server.
-
-By default, nginx will use the "nobody" user and group accounts. You may
-specify alternate values on the command line if desired; for example:
-
- NGINXUSER=backup NGINXGROUP=backup ./nginx.SlackBuild
-
-Regardless of which user and group you decide to use, you will need to make
-sure they exist on both the build system and the target system.