mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
nixos/httpd: symlink apache configuration to /etc/httpd/httpd.conf for use in the apachectl command
This commit is contained in:
parent
cca0c894a1
commit
336a6f471f
2 changed files with 4 additions and 0 deletions
|
@ -629,6 +629,9 @@ in
|
|||
|
||||
environment.systemPackages = [httpd];
|
||||
|
||||
# required for "apachectl configtest"
|
||||
environment.etc."httpd/httpd.conf".source = httpdConf;
|
||||
|
||||
services.httpd.phpOptions =
|
||||
''
|
||||
; Needed for PHP's mail() function.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue