services.mediawiki.httpd.virtualHost.extraConfig

NixOS option

These lines go to httpd.conf verbatim. They will go after directories and directory aliases defined by default.

type: strings concatenated with "\n"
Default
""
Example
''
  <Directory /home>
    Options FollowSymlinks
    AllowOverride All
  </Directory>
''
declared in: nixos/modules/services/web-apps/mediawiki.nixView source on NixOS/nixpkgs →