Japanatron Logo

Assuming nginx is required, the following 7 results were found.

  1. Joomla Running on Nginx and Ubuntu Server - Securinghttps://japanatron.com/blog/other/it/10228-joomla-running-on-nginx-and-ubuntu-server-securing

    What follows is an outline I compiled while researching how to tighten security on a Nginx web server. NOTE 1: Ubuntu 14.04 LTS was used for this. NOTE 2: This is a continuation of this article: Joomla Running on Nginx and Ubuntu Server - Setting Up...

    • Type: Article
    • Author: Mondaiji
    • Category: IT
  2. Joomla Running on Nginx and Ubuntu Server - Setting Uphttps://japanatron.com/blog/other/it/10224-joomla-running-on-nginx-and-ubuntu-server-setting-up

    What follows is an outline I compiled while building an Ubuntu server for running the Joomla CMS on the Nginx web server. NOTE: Ubuntu 14.04 LTS was used for this. Ubuntu Server * choose SSH server during the install * setup static IP address Install...

    • Type: Article
    • Author: Mondaiji
    • Category: IT
  3. Ubuntu 22.04 Nginx Build Outlinehttps://japanatron.com/blog/other/it/10411-ubuntu-22-04-nginx-build-outline

    22.04 and learned some things along the way. This is my base build outline mostly created for my own notes. INSTALL PACKAGES nginx nginx-extras mysql-server php php-curl php-fpm php-gd php-mysql php-xmlrpc php-memcache php-uploadprogress php-cli...

    • Type: Article
    • Author: Japanatron
    • Category: IT
  4. Nginx - How to Block or Redirect by GeoIPhttps://japanatron.com/blog/other/it/10406-nginx-how-to-block-or-redirect-by-geoip

    I've been figuring out how to block or redirect web traffic in Nginx based on the country geoIP. NOTES * You need the package nginx-extras for this because this package has the geoIP Nginx plugin. * I used Japan (JP) in these examples, so change the...

    • Type: Article
    • Author: Japanatron
    • Category: IT
  5. Nginx - Blocking Access to Joomla Administrator and User Loginhttps://japanatron.com/blog/other/it/10353-nginx-blocking-access-to-joomla-administrator-and-user-login

    login (if you don't use it) because I constantly see a-hole bots in my logs trying to hack my site. Add these lines to the Nginx site configuration. # DENY ACCESS TO JOOMLA ADMIN location ~* /administrator.* { deny all; } # DENY ACCESS TO JOOMLA USER...

    • Type: Article
    • Author: Japanatron
    • Category: IT
  6. Ubuntu 20.04 Nginx Build Outlinehttps://japanatron.com/blog/other/it/10405-ubuntu-20-04-nginx-build-outline

    web-server fresh on Ubuntu 20.04, and learned some things along the way. This is my base build outline. INSTALL PACKAGES nginx-extras mysql-server php php-curl php-fpm php-gd php-mysql php-xmlrpc php-memcache php-uploadprogress php-cli unzip zip ffmpeg...

    • Type: Article
    • Author: Japanatron
    • Category: IT
  7. Nginxhttps://japanatron.com/component/tags/tag/nginx

    • Type: Tag
    • Author: Japanatron
Results 1 - 7 of 7