mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 21:24:03 +00:00
nixos/httpd: don't advertise php
This commit is contained in:
parent
70be5b6bb2
commit
1bec75301b
@ -686,6 +686,9 @@ in
|
|||||||
''
|
''
|
||||||
; Needed for PHP's mail() function.
|
; Needed for PHP's mail() function.
|
||||||
sendmail_path = sendmail -t -i
|
sendmail_path = sendmail -t -i
|
||||||
|
|
||||||
|
; Don't advertise PHP
|
||||||
|
expose_php = off
|
||||||
'' + optionalString (!isNull config.time.timeZone) ''
|
'' + optionalString (!isNull config.time.timeZone) ''
|
||||||
|
|
||||||
; Apparently PHP doesn't use $TZ.
|
; Apparently PHP doesn't use $TZ.
|
||||||
|
Loading…
Reference in New Issue
Block a user