Merge pull request #822 from Alfresco/nginx-walkthrough

More specifications for installing and configuring NginX
This commit is contained in:
Mario Romano 2016-09-27 13:03:42 +02:00 committed by GitHub
commit d39913491f

View File

@ -27,3 +27,14 @@ v5.12.0
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.