sysinfo i/o

Last login: never logged off

  • ~
  • WINTEL
    • ACTIVE DIRECTORY
    • CITRIX
    • COMMANDS
    • EXCHANGE
    • IIS
    • POWERSHELL
    • MSSQL SERVER
  • LINUX
    • APACHE
    • BASH
    • NGINX
    • MONITORING
    • UTILITIES
  • SCRIPTS
    • BASH – GNU/Linux
    • BASH – BSD
    • BATCH
    • POWERSHELL
    • SQL
    • VBSCRIPT
  • DOWNLOADS
  • TIPS
  • NETWORKING
    • SSL
    • DNS
    • VPN
  • LINKS
    • COUCH POTATO
    • GITHUB
    • IPCONFIG.IO
    • MSDN LIBRARY
    • PRISM-BREAK
    • PRIVATEBIN
    • UPTIME STATUS
    • TOOLBOX
    • TRAVISFLIX
    • THE-EYE.EU
    • VS CODE
  • ABOUT
    • CONTACT
Home / Archives for WordPress

September 13, 2017 6:10 pm By Travis Leave a Comment

How to Migrate WordPress Nginx with Docker Compose on Ubuntu Xenial 16.04

How to Migrate WordPress Nginx with Docker Compose on Ubuntu Xenial 16.04

This guide will explain how to migrate and dockerize an existing Wordpress installation without running Apache. Most other tutorials I've seen combine multiple services inside of one container, while this article tries to maintain the standard of one service per container for easier isolation, troubleshooting, performance, and scale-out. This consists of configuring multiple Docker containers with docker-compose on Ubuntu 16.04 Xenial to run MariaDB 10.0.31 or MySQL, Nginx 1.13, PHP7.1-FPM and … [Read more...]

Filed Under: DevOps, Docker, Linux, NGINX, Operating Systems, Shell, Virtualization, WordPress Tagged With: Containers

September 7, 2016 7:14 am By Travis 5 Comments

Purge Nginx WordPress Cache with fastcgi_cache_purge

Purge Nginx WordPress Cache with fastcgi_cache_purge

Nginx can proxy requests using http, FastCGI, uwsgi, SCGI, or memcached. In this guide, we will discuss FastCGI proxying, which is one of the most common proxying protocols. Nginx has become one of the most flexible and powerful web server solutions available. However, in terms of design, it is first and foremost a proxy server. This focus means that Nginx is very performant when working to handle requests with other servers. Nginx has built-in support for fastcgi_cache but it doesn’t have a … [Read more...]

Filed Under: AWS, Linux, NGINX, WordPress

Made with