mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
purge: update
This commit is contained in:
parent
dcb384b1cd
commit
4fcf655dc4
5 changed files with 16 additions and 11 deletions
|
@ -6,6 +6,8 @@
|
|||
type = types.attrsOf (types.submodule
|
||||
({ name, ... }: {
|
||||
# split up nginx access logs per vhost
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
extraConfig = ''
|
||||
access_log /var/log/nginx/${name}_access.log;
|
||||
error_log /var/log/nginx/${name}_error.log;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue