From 9395dc0afc31248c8886a85889519f13ae696639 Mon Sep 17 00:00:00 2001 From: Enzo Rivello Date: Thu, 29 Sep 2016 10:55:39 +0100 Subject: [PATCH 1/2] linking the blog post --- PREREQUISITES.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/PREREQUISITES.md b/PREREQUISITES.md index c90b9d8fd0..311dab5bba 100644 --- a/PREREQUISITES.md +++ b/PREREQUISITES.md @@ -25,16 +25,5 @@ v5.12.0 ## Configure Nginx To correctly configure Nginx use the following file [nginx.conf](/nginx.conf). -This will put Activiti, Alfresco and the app dev framework under the same domain. -This configuration assumes few things: - -* Port mapping: - * NginX entry point: 8888 - * Demo Shell: 3000 - * Alfresco: 8080 - * Activiti: 9999 - -All those values can be modified at their respective `location` directive on the [nginx.conf](/nginx.conf) file. - -It also need to be compiled with the [Headers More](https://www.nginx.com/resources/wiki/modules/headers_more/) module , which add more control over sending headers to the backend. +A comprehensive guide on how to install and configure NginX to work with the Application Development Framework can be found [here](https://community.alfresco.com/community/application-development-framework/blog/2016/09/28/adf-development-set-up-with-nginx-proxy) From 25c6140d2f008ca1ffb6acadb0418c931f24cb5e Mon Sep 17 00:00:00 2001 From: Enzo Rivello Date: Thu, 29 Sep 2016 11:37:56 +0100 Subject: [PATCH 2/2] Leaving the page as it is, adding linking to the blog post from the bottom of the page --- PREREQUISITES.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/PREREQUISITES.md b/PREREQUISITES.md index 311dab5bba..8c4807a733 100644 --- a/PREREQUISITES.md +++ b/PREREQUISITES.md @@ -25,5 +25,18 @@ v5.12.0 ## Configure Nginx To correctly configure Nginx use the following file [nginx.conf](/nginx.conf). +This will put Activiti, Alfresco and the app dev framework under the same domain. -A comprehensive guide on how to install and configure NginX to work with the Application Development Framework can be found [here](https://community.alfresco.com/community/application-development-framework/blog/2016/09/28/adf-development-set-up-with-nginx-proxy) +This configuration assumes few things: + +* Port mapping: + * NginX entry point: 8888 + * Demo Shell: 3000 + * Alfresco: 8080 + * Activiti: 9999 + +All those values can be modified at their respective `location` directive on the [nginx.conf](/nginx.conf) file. + +It also need to be compiled with the [Headers More](https://www.nginx.com/resources/wiki/modules/headers_more/) module , which add more control over sending headers to the backend. + +If you want to know more on how to install and configure NginX to work with the Application Development Framework can be found [here](https://community.alfresco.com/community/application-development-framework/blog/2016/09/28/adf-development-set-up-with-nginx-proxy)