Skip to content

Commit

Permalink
Adding root validation of opcache
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizarrus committed Sep 28, 2024
1 parent b8bb5cd commit 9bdd7de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions domains/daemon.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ protected function createVirtualHost($domain, $path, $grant_all = true) {
; Opcache
php_admin_flag[opcache.enable] = 1
php_admin_flag[opcache.validate_root] = 1
php_admin_flag[opcache.validate_permission] = 1
php_admin_value[opcache.restrict_api] = /var/fruithost/users/$pool';

Expand Down

0 comments on commit 9bdd7de

Please sign in to comment.