Monday, July 21, 2014

Joomla behind a proxy server

append bellow lines in configuration.php file

public $proxy_host = 'proxy server IP Address';
public $proxy_port = 'proxy server port';
public $proxy_enable = 'true';

I tested this with Joomla 3.3.1

  To configure Nginx for a Laravel application located within a subfolder, a  location  block is required to handle requests to that specifi...