Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jozef Sroka
ISPConfig 3
Commits
5bde2b9c
Commit
5bde2b9c
authored
Dec 21, 2020
by
Jozef Sroka
Browse files
Fix php_fpm_socket_dir
parent
8a8b9d25
Pipeline
#6918
passed with stage
in 8 minutes and 3 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
server/plugins-available/nginx_plugin.inc.php
View file @
5bde2b9c
...
...
@@ -1094,7 +1094,7 @@ class nginx_plugin {
$custom_php_fpm_ini_dir
=
$tmp_php
[
'php_fpm_ini_dir'
];
$custom_php_fpm_init_script
=
$tmp_php
[
'php_fpm_init_script'
];
$custom_php_fpm_pool_dir
=
$tmp_php
[
'php_fpm_pool_dir'
];
$custom_php_fpm_socket_dir
=
$tmp_php
[
'
custom_
php_fpm_socket_dir'
];
$custom_php_fpm_socket_dir
=
$tmp_php
[
'php_fpm_socket_dir'
];
if
(
substr
(
$custom_php_fpm_ini_dir
,
-
1
)
!=
'/'
)
$custom_php_fpm_ini_dir
.
=
'/'
;
}
}
...
...
@@ -1106,7 +1106,7 @@ class nginx_plugin {
$custom_php_fpm_ini_dir
=
$tmp_php
[
'php_fpm_ini_dir'
];
$custom_php_fpm_init_script
=
$tmp_php
[
'php_fpm_init_script'
];
$custom_php_fpm_pool_dir
=
$tmp_php
[
'php_fpm_pool_dir'
];
$custom_php_fpm_socket_dir
=
$tmp_php
[
'
custom_
php_fpm_socket_dir'
];
$custom_php_fpm_socket_dir
=
$tmp_php
[
'php_fpm_socket_dir'
];
if
(
substr
(
$custom_php_fpm_ini_dir
,
-
1
)
!=
'/'
)
$custom_php_fpm_ini_dir
.
=
'/'
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment