=== modified file 'src/docbkx/en/dhis2_implementation_guide_installation.xml' --- src/docbkx/en/dhis2_implementation_guide_installation.xml 2013-09-10 13:32:28 +0000 +++ src/docbkx/en/dhis2_implementation_guide_installation.xml 2013-09-18 09:19:23 +0000 @@ -53,9 +53,8 @@ Create new user (optional) You might want to create a dedicated user for running DHIS - it is not recommended to run as the root user. Create a new user called dhis by invoking useradd -d /home/dhis -m - dhis -s /bin/bash If there is no admin group already you must create it by invoking - groupadd admin Then make the user able to perform operations temporarily as - root by invoking usermod -G admin dhis Then invoke passwd dhis to + dhis -s /bin/bash Then make the user able to perform operations temporarily as root + user by invoking usermod -G sudo dhis. Then invoke passwd dhis to set the password for your account. Make sure you set a strong password with at least 15 random characters. You might want to disable remote login for the root account for improved security by invoking sudo passwd -l root @@ -276,6 +275,8 @@ proxy_set_header X-Forwarded-Proto https; } }]]> + In order for tomcat to properly produce Location uris using https you also need to add two other parameters to the Connector in tomcat's server.xml file: + <Connector scheme="https" proxyPort="443" ... >
Enabling caching, compression and SSL on nginx