Files
nixpkgs/lib
Igor Pashev 0383b57b3c Added concatMapStringsSep and concatImapStringsSep
Example: configure rewrite rules for Mediawiki

    RewriteEngine On
    RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
    RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d
    ${concatMapStringsSep "\n" (u: "RewriteCond %{REQUEST_URI} !^${u.urlPath}") serverInfo.serverConfig.servedDirs}
    RewriteRule ${if config.enableUploads
2014-08-25 10:23:10 +02:00
..
2013-11-12 13:48:30 +01:00
2014-08-15 00:11:09 +02:00
2014-08-24 10:21:47 +02:00
2014-03-10 15:01:56 +01:00
2013-10-24 14:49:59 +02:00
2014-06-26 11:13:15 +02:00
2013-11-12 13:48:30 +01:00
2014-02-06 12:30:26 +01:00
2013-10-28 22:45:55 +01:00
2014-08-19 18:24:37 +02:00