Updated Nixpkgs and increased max php upload and post size and reduced backup days
This commit is contained in:
parent
74f43c07aa
commit
c38af88950
@ -18,8 +18,8 @@ let
|
||||
opcache_revalidate_freq = 240;
|
||||
opcache.max_accelerated_files=4000;
|
||||
auto_prepend_file = '/var/lib/www/wordpress/wordfence-waf.php'
|
||||
post_max_size = 2048M
|
||||
upload_max_filesize = 2048M
|
||||
post_max_size = 3G
|
||||
upload_max_filesize = 3G
|
||||
opcache.interned_strings_buffer = 32
|
||||
apc.enable_cli=1
|
||||
redis.session.locking_enabled=1
|
||||
@ -342,8 +342,8 @@ in
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
snapshot_root /run/media/Second_Drive/BTCEcoandBackup/NixOS_Snapshot_Backup
|
||||
retain hourly 12
|
||||
retain daily 12
|
||||
retain hourly 7
|
||||
retain daily 7
|
||||
backup /home/ localhost/
|
||||
backup /var/lib/ localhost/
|
||||
backup /etc/nixos/ localhost/
|
||||
|
@ -157,11 +157,11 @@
|
||||
},
|
||||
"nixpkgs_3": {
|
||||
"locked": {
|
||||
"lastModified": 1703961334,
|
||||
"narHash": "sha256-M1mV/Cq+pgjk0rt6VxoyyD+O8cOUiai8t9Q6Yyq4noY=",
|
||||
"lastModified": 1704194953,
|
||||
"narHash": "sha256-RtDKd8Mynhe5CFnVT8s0/0yqtWFMM9LmCzXv/YKxnq4=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "b0d36bd0a420ecee3bc916c91886caca87c894e9",
|
||||
"rev": "bd645e8668ec6612439a9ee7e71f7eac4099d4f6",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
Loading…
Reference in New Issue
Block a user