Browse Source

Atualizar 'examples.of.what.worked.for.me/etc/php/7.2/fpm/php.ini'

Don't show php version on headers
hierra 6 years ago
parent
commit
20a42bac88
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      examples.of.what.worked.for.me/etc/php/7.2/fpm/php.ini

+ 1
- 1
examples.of.what.worked.for.me/etc/php/7.2/fpm/php.ini View File

@@ -11,7 +11,7 @@ serialize_precision = 17
11 11
 disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
12 12
 disable_classes =
13 13
 zend.enable_gc = On
14
-expose_php = On
14
+expose_php = Off
15 15
 max_execution_time = 30
16 16
 max_input_time = 60
17 17
 memory_limit = 128M

Loading…
Cancel
Save