Search Content

Displaying 1 - 20 of 70

… Nginx: Fix for redirect loop on D8 sites Submitted by John … this down to a trick with the rewrite blocks we had in our Nginx virtual host config. Our config was built to support …

… Rate Limiting an aggressive bot in Nginx Submitted by John Locke on Tue, 08/22/2023 - 10:58 High …

… common applications (SSH, Awstats, Postfix - outgoing mail server configuration) b. Server administration does … common applications (SSH, Awstats, Postfix - outgoing mail server configuration) b. Server administration does …

… So I decided to check out Artillery. It's written in node.js, which is one of the technologies we use routinely … The results can be found here: https://www.drupal.org/node/2666614#comment-11185301 Reply Submitted by Renee (not … Submitted by Renee (not verified) on Sat, 02/11/2017 - 10:39 In reply to Caching? by Renee (not verified) Permalink …

… -- You can (and should) run your own docker registry to store docker images. This allows you to build an image once … "docker engine" for this purpose, to allow you to store these variables in a config file for easy startup, and … -- You can (and should) run your own docker registry to store docker images. This allows you to build an image once …

… Managing development projects with Dojo and Git Submitted by John … the most recent stable releases and the tip of Dojo development. And I think we have the best way of managing … it to production. Deploy to production If I don't plan to develop on a particular clone of my project, I don't need the …

… to a new point release of Drupal means merging the new tag into our branch. Then we've written a script to update … and the development copy on develop. And it created a git tag for the particular release. On production, we have … back to development and re-roll the release. git log/git tag -- identify the current state of the code base -- should …

… to start collecting the data now. So we want to push some features up to production, but not the rest. If we finish our features as we go, the "develop" branch has ended up with … we need to extract and revert the commits involving the features they did not want. And figure out how to re-revert …

… is one area Drupal excels, but if you're not careful with planning, you can easily be headed for a train wreck. Having … You'll be just fine in a $10/month shared hosting plan. If you are, read on. Managing change, updating code Our … it has been in production before it was discovered. We tag and back up the production site before deploying any …

… it to include a snapshot rating of the site, to let our clients know what we think of their site in 7 crucial areas. … it to include a snapshot rating of the site, to let our clients know what we think of their site in 7 crucial areas. …

… If you own a pet, by the way, head over and get a pet tag while they're still free! The pet tag has a QR code that will take people who scan it with a … If you own a pet, by the way, head over and get a pet tag while they're still free! The pet tag has a QR code that …

… able to identify several big wins, such as: setup meta tag module, disabling php filters, fixing staff directory … able to identify several big wins, such as: setup meta tag module, disabling php filters, fixing staff directory …

… too late when it reaches your email program--but on the mail server, there are several tactics we employ to minimize … two parts to setting up SPF: publishing a policy for where mail from your domain can come from, and setting the mail server to enforce any published SPF policies. This stops …

… optimized out of the box). Our newer favored stack, Linux, Nginx, Docker, PHP-FPM, MariaDB , can more easily get you … ) to host my website. Their platform used Apache, Varnish, Nginx, Memcached and PHP-FPM stack, which is optimized for …

… From the code above, you can see we have a paragraph tag and JavaScript code. The role of the JavaScript code is … of the current user's open tab, and create a new tag (if you want). This is a dangerous tool, so if it falls … From the code above, you can see we have a paragraph tag and JavaScript code. The role of the JavaScript code is …

… aliased URLs. The internal path to any item of content is node/<node id>. Add the domain name in front of this, and you've …

… Sun, 03/03/2013 - 16:08 Permalink CRM Have you added drip mail and calendar syncing to your CRM since writing this …

… pages are linked correctly, pictures and pages have been β€œtagged” with information about them, and the site can be … world of SEO, they cannot just put terms on their page and tag pictures and be done with itβ€”they have to walk a mile in … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> …

… place, and still spam gets through. Here are some optional features that we can turn on, to give you more tools to deal … place, and still spam gets through. Here are some optional features that we can turn on, to give you more tools to deal …

… When we're deploying updates, or merging in completed features, we set the Dev site to the develop branch, and/or … release branch, it gets deployed on the stage copy. All features get reverted (in D6 and D7 sites) and … verified) on Sun, 07/10/2016 - 18:57 Permalink Pulling features from a release One thing missed: pulling non-passing …