chore: remove debug logging from caddy/phpfpm
parent
c875fa2254
commit
d882da8ee8
|
@ -205,9 +205,6 @@
|
||||||
hostName = "nextcloud.samsehu.perli.casa";
|
hostName = "nextcloud.samsehu.perli.casa";
|
||||||
config.adminpassFile = "/var/nextcloud-admin-pass";
|
config.adminpassFile = "/var/nextcloud-admin-pass";
|
||||||
};
|
};
|
||||||
services.phpfpm.settings = {
|
|
||||||
"log_level" = "debug";
|
|
||||||
};
|
|
||||||
services.phpfpm.pools.nextcloud.settings = {
|
services.phpfpm.pools.nextcloud.settings = {
|
||||||
"listen.owner" = config.services.caddy.user;
|
"listen.owner" = config.services.caddy.user;
|
||||||
"listen.group" = config.services.caddy.group;
|
"listen.group" = config.services.caddy.group;
|
||||||
|
@ -221,7 +218,6 @@
|
||||||
# protocols h1 h2
|
# protocols h1 h2
|
||||||
# }
|
# }
|
||||||
email "fresh.car0178@geemili.xyz"
|
email "fresh.car0178@geemili.xyz"
|
||||||
debug
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
virtualHosts."lldap.samsehu.perli.casa".extraConfig = ''
|
virtualHosts."lldap.samsehu.perli.casa".extraConfig = ''
|
||||||
|
|
Loading…
Reference in New Issue