MyNixOS website logo
option

services.wordpress.sites.<name>.virtualHost.extraConfig

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

Declarations
Type
strings concatenated with "\n"
Default
""
Example
''
  <directory home="">
    Options FollowSymlinks
    AllowOverride All
  </directory>
''