Fixes on tests0

This commit is contained in:
Marc 2014-10-24 12:18:49 +00:00
parent fc4559d848
commit 555e17d814
1 changed files with 2 additions and 2 deletions

View File

@ -14,11 +14,11 @@ WEBAPPS_FPM_START_PORT = getattr(settings, 'WEBAPPS_FPM_START_PORT', 10000)
WEBAPPS_PHPFPM_POOL_PATH = getattr(settings, 'WEBAPPS_PHPFPM_POOL_PATH',
'/etc/php5/fpm/pool.d/%(app_name)s.conf')
'/etc/php5/fpm/pool.d/%(user)s-%(app_name)s.conf')
WEBAPPS_FCGID_PATH = getattr(settings, 'WEBAPPS_FCGID_PATH',
'/home/httpd/fcgid/%(app_name)s-wrapper')
'/home/httpd/fcgid/%(user)s-%(app_name)s-wrapper')
WEBAPPS_TYPES = getattr(settings, 'WEBAPPS_TYPES', {