diff options
author | Pjotr Prins | 2016-05-11 03:31:22 -0500 |
---|---|---|
committer | Pjotr Prins | 2016-05-11 03:31:22 -0500 |
commit | d4edc2787e3bac98924b6ca3d3c4b1acc44138bd (patch) | |
tree | bac1968d5cf76916df8fad1a9990d2cf43da8fcb | |
parent | 1c713642907317692bda4c148afe26d897f0bb82 (diff) | |
download | genenetwork2-d4edc2787e3bac98924b6ca3d3c4b1acc44138bd.tar.gz |
nginx: add README info
-rw-r--r-- | etc/nginx-genenetwork.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/nginx-genenetwork.conf b/etc/nginx-genenetwork.conf index 9ae042b6..b966fe6d 100644 --- a/etc/nginx-genenetwork.conf +++ b/etc/nginx-genenetwork.conf @@ -1,6 +1,8 @@ # nginx configuration example for GeneNetwork # # Simple port reverse proxy from port 80 to 5003 for domain +# +# See also the information in ./doc/README.org user nobody; worker_processes 4; |