bird-house / pyramid-phoenix

Phoenix is a Pyramid web-application to make it easy to interact with WPS services
http://pyramid-phoenix.readthedocs.io/en/latest/
Apache License 2.0
7 stars 10 forks source link

fix permission of deployed etc/ folder #125

Closed cehbrecht closed 7 years ago

cehbrecht commented 8 years ago

after a fresh installation the deployed etc/ folder has permission 750. This works as long the run-user is the same as the install-user (default installation). Otherwise the run-user has no access to the etc/ folder and services can not start.

This is probably a bug in zc.recipe.deployment. Needs to be fixed in the recipes only used by phoenix, the recipes for wps services handle already this permission.

cehbrecht commented 8 years ago

the same permission error on var/run.

cehbrecht commented 7 years ago

fixed in nginx recipe 0.3.5.