setup/configs/nginx-dhis2.conf --> to add the basic /etc/nginx/nginx.conf configuration
setup/containers/nginx_proxy --> to install the latest version of nginx and certbot
setup/containers/nginx_proxy_postsetup --> to modify FQDN and to add configuration files performance.conf, gzip.conf, ssl.conf, security.conf in /etc/nginx/conf.d
setup/ssl_setup.sh --> to configure ssl. It changes nginx.conf to listen 443 port, adds redirections and creates /etc/nginx/conf.d/ssl-files.conf and the certificates with certbot.
setup/service/dhis2-create-instance --> to add the created instance to nginx location in /etc/nginx/upstream
setup/parse_config.sh --> Added PROXY
* Glowroot deploy in nginx and apache
setup/configs/containers.json.sample --> Added "apm": "glowroot" as parameter
setup/parse_config.sh --> Added PROXY_IP
setup/etc/tomcat_setup --> To set the PROXY_IP from container.json
setup/configs/glowroot-admin.json --> Moved to this path from /setup
setup/service/dhis2-create-instance --> If APM is glowroot, install glowroot in the instance container and setup nginx/apache2 location in proxy container
* Delete instance with nginx
setup/service/dhis2-delete-instance --> Delete nginx locations of instance and glowroot. Delete apache glowroot location.
* Added Munin to nginx
setup/containers/munin_monitor_postsetup --> Added nginx location for munin
setup/parse_config.sh --> Added MUNIN_IP
setup/create_containers.sh --> To set the MUNIN_IP from container.json
setup/service/dhis2-tomcat-munin --> To set the MUNIN_IP from container.json
* Nginx as webserver:
* Glowroot deploy in nginx and apache
* Delete instance with nginx
* Added Munin to nginx