diff --git a/manifest.json b/manifest.json index 1427759..2a9314a 100644 --- a/manifest.json +++ b/manifest.json @@ -19,7 +19,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.0-fpm" + "php7.3-fpm" ], "arguments": { "install" : [ diff --git a/pull_request_template.md b/pull_request_template.md index 2db70f4..9df1757 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,15 +1,19 @@ ## Problem -- *Description of why you made this PR* +- *Upgrade of the application to v0.9.8.1 resolves some issues* +- *Adding links in the public page made issues due to the nginx.conf* +- *Protect somes links vilnerables for security* ## Solution -- *And how do you fix that problem* +- *I do the necessary to upgrade the application to the new sources* +- *@ericg found the solution to add in the nginx.conf* +- *Redirections to 403 on the nginx.conf for sensibles urls* ## PR Status -- [ ] Code finished. -- [ ] Tested with Package_check. -- [ ] Fix or enhancement tested. -- [ ] Upgrade from last version tested. -- [ ] Can be reviewed and tested. +- [x] Code finished. +- [x] Tested with Package_check. +- [x] Fix or enhancement tested. +- [x] Upgrade from last version tested. +- [x] Can be reviewed and tested. ## Package_check results ---