···2727 Root directory for requests.
2828 '';
2929 };
3030+3131+ extraConfig = mkOption {
3232+ type = types.lines;
3333+ default = "";
3434+ description = ''
3535+ These lines go to the end of the location verbatim.
3636+ '';
3737+ };
3038 };
3139}
3240