← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 638: Minor

 

------------------------------------------------------------
revno: 638
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Thu 2012-12-13 16:10:02 +0100
message:
  Minor
modified:
  src/docbkx/en/dhis2_implementation_guide_installation.xml


--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs

Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'src/docbkx/en/dhis2_implementation_guide_installation.xml'
--- src/docbkx/en/dhis2_implementation_guide_installation.xml	2012-12-13 08:33:11 +0000
+++ src/docbkx/en/dhis2_implementation_guide_installation.xml	2012-12-13 15:10:02 +0000
@@ -213,12 +213,12 @@
         cannot be understood by the server. The following configuration will serve reports, data
         visualizer, GIS and dashboard modules over HTTP while serving all other modules over
         SSL/HTTPS. Analysis-related requests will be cached by nginx. The cached content will be
-        stored in directory /var/cache/nginx, and up to 1 GB storage will be allocated. Nginx will
-        create this directory automatically.</para>
+        stored in directory /var/cache/nginx, and up to 250 MB of storage will be allocated. Nginx
+        will create this directory automatically.</para>
       <screen>http {
   # ...
   root              /home/dhis/tomcat/webapps/ROOT; # update path!
-  proxy_cache_path  /var/cache/nginx  keys_zone=dhis:250m  inactive=1d  levels=1:2;
+  proxy_cache_path  /var/cache/nginx  keys_zone=dhis:250m  inactive=1d;
 
   # HTTPS server