<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Drupal 8 on The Gnu Pit</title><link>https://gnupit.net/drupal-8/</link><description>Recent content in Drupal 8 on The Gnu Pit</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Thu, 09 Nov 2017 18:26:24 -0500</lastBuildDate><atom:link href="https://gnupit.net/drupal-8/index.xml" rel="self" type="application/rss+xml"/><item><title>Drush cron's not so quiet --quiet flag</title><link>https://gnupit.net/archives/drush_not_quiet/</link><pubDate>Thu, 09 Nov 2017 18:26:24 -0500</pubDate><guid>https://gnupit.net/archives/drush_not_quiet/</guid><description>&lt;p&gt;I use drush to execute cron on my &lt;a href="https://drupal.org"&gt;Drupal&lt;/a&gt; sites. After upgrading drush from version 5 to version 8, I started receiving empty emails from cron each time drush was executed. Checked my cron entries and everything looked fine. Researched a whole bunch on the Internet. Couldn&amp;rsquo;t find much of anything about empty emails related to drush so I redirected the output to a log. Sure enough, even with the &amp;ndash;quiet option, drush cron still outputs a blank line. Why? I&amp;rsquo;ve no clue.&lt;/p&gt;</description></item><item><title>Script: Assemble NGINX Configuration Files</title><link>https://gnupit.net/posts/nginx_merge_script/</link><pubDate>Fri, 12 Sep 2014 19:19:24 -0500</pubDate><guid>https://gnupit.net/posts/nginx_merge_script/</guid><description>&lt;p&gt;&lt;a href="https://bitbucket.org/troubleshooter/merge-ngx-conf/src/master/"&gt;merge-ngx-conf.pl&lt;/a&gt; is a perl script used to assemble a set of nginx configuration files for one site. It has a number of options. See the bitbucket page or the help documentation in the script itself.&lt;/p&gt;
&lt;p&gt;In its simplest form, it&amp;rsquo;s called by issuing this command:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;merge-ngx-conf.pl /path/sites-available/filename&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The output is an assembled nginx configuration file with all the includes inserted. Using &lt;code&gt;nginx.conf&lt;/code&gt; and &lt;code&gt;domain.conf&lt;/code&gt; (or just &lt;code&gt;domain.conf&lt;/code&gt; depending on the options selected), the script iterates through the include directives in the files and inserts the text from the referenced file. The script handles wildcard masks and follows include directives down multiple levels (i.e. nested levels). It will also follow referenced files in directories external to the nginx configuration directory.&lt;/p&gt;</description></item></channel></rss>