nixos/caddy: fix module docs for new root syntax (#328444)
Old syntax no longer works; `root` now takes two arguments. Updated example in module documentation to reflect this.
This commit is contained in:
parent
04d5fc7145
commit
51a72a8271
@ -242,7 +242,7 @@ in
|
||||
serverAliases = [ "www.hydra.example.com" ];
|
||||
extraConfig = '''
|
||||
encode gzip
|
||||
root /srv/http
|
||||
root * /srv/http
|
||||
''';
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user