mirror of
https://github.com/opnsense/plugins.git
synced 2025-12-10 21:05:19 -06:00
www/nginx: another change here
This commit is contained in:
parent
db0943a4a2
commit
b50c0c3daa
@ -29,9 +29,11 @@
|
||||
|
||||
const KEY_DIRECTORY = '/usr/local/etc/nginx/key/';
|
||||
const GROUP_OWNER = 'staff';
|
||||
|
||||
require_once('config.inc');
|
||||
require_once('certs.inc');
|
||||
require_once('util.inc');
|
||||
|
||||
use OPNsense\Nginx\Nginx;
|
||||
|
||||
function export_pem_file($filename, $data, $post_append = null)
|
||||
@ -361,4 +363,5 @@ if (!empty($conf_test_errors)) {
|
||||
|
||||
syslog(LOG_DEBUG, "NGINX setup routine completed.");
|
||||
closelog();
|
||||
passthru('/usr/local/etc/rc.d/php-fpm start');
|
||||
|
||||
pass_safe('/usr/local/etc/rc.d/php-fpm start');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user