summaryrefslogtreecommitdiff
path: root/debian/patches/php-fpm-sysconfdir.patch
blob: b97905556422e436279f0b7469332eeb14131a8e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- php5.orig/sapi/fpm/fpm/fpm_conf.c
+++ php5/sapi/fpm/fpm/fpm_conf.c
@@ -1647,7 +1647,7 @@ int fpm_conf_init_main(int test_conf, in
 		char *tmp;
 
 		if (fpm_globals.prefix == NULL) {
-			spprintf(&tmp, 0, "%s/php-fpm.conf", PHP_SYSCONFDIR);
+			spprintf(&tmp, 0, "%s/php5/fpm/php-fpm.conf", PHP_SYSCONFDIR);
 		} else {
 			spprintf(&tmp, 0, "%s/etc/php-fpm.conf", fpm_globals.prefix);
 		}