Tag: NGINX

Learn | Teach Open Source Technologies

How to setup NGINX Reverse Proxy with odoo server on ubuntu 14.04/16.04/18.04

We are using NGINX as Reverse Proxy on same machine in front of odoo server which accepts request from clients on 8069 port. sudo apt install nginx rm -rf /etc/nginx/sites-enabled/default

How to fix Prestashop 1.7 admin redirect to frontpage problem with nginx 1.10 and PHP-fpm 7

When we start customizing Prestashop 1.7  running on NGINX & PHP-FPM 7, common problem we see is admin page redirect to frontpage of Prestashop based store and we found ourselves in a problem where we can’t customize our store according to our needs. To fix this issue on we need to change configuration of nginx…
Read more

Clip Bucket 2.8 on Ubuntu 14.04 with NGINX & PHP5-FPM on DigitalOcean VPS

Setup your own Video sharing website like, Youtube.com , Vimeo.com or dailymotion.com using Clip Bucket video hosting / sharing code in 30 minutes. First of all we need to update our Ubuntu 14.04 with latest updates apt-get update apt-get upgrade

Blank Screen fixing on WordPress after Nginx Update from 1.4.6. to 1.6.3

After updating Nginx 1.4.6  to 1.6.3 on Ubuntu 14.04 it goes blank screen on wordpress CMS What to do in this situation. Just open your  default file in /etc/nginx/sites-enabled/ directory

How to fix SEO friendly URLs in NGINX for WordPress sites

It is very simple to configure your NGINX based SEO friendly URLs for WordPress sites root@www1:/# Now open the NGINX configuration directory by using below steps root@www1:/# cd /etc/nginx/sites-enabled/ root@www1:/etc/nginx/sites-enabled#