This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# one worker per CPU | |
worker_processes 4; | |
events { | |
# 256 times the number of CPUs you're using | |
worker_connections 1024; | |
} | |
http { | |
# websockets upgrade mapping |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace app\extensions\helper; | |
use lithium\core\Libraries; | |
use lithium\template\view\TemplateException; | |
use lithium\template\View; | |
/** | |
* An implementation of Joomla! template module positions for Lithium. |