mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 08:46:52 +01:00
update php config
This commit is contained in:
parent
d7965a75b7
commit
c1c28ce103
1 changed files with 6 additions and 0 deletions
|
@ -50,6 +50,12 @@
|
|||
};
|
||||
|
||||
services.wordpress.webserver = "nginx";
|
||||
services.phpfpm.phpOptions = ''
|
||||
post_max_size = "64M"
|
||||
upload_max_filesize = "64M"
|
||||
max_execution_time = 300
|
||||
max_input_time = 300
|
||||
'';
|
||||
|
||||
services.wordpress.sites."test.missing.ninja" =
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue