(from Understanding Nginx Server and Location Block Selection Algorithms - https://goo.gl/YyzshP)
server {
| # NGINX Configuration for CakePHP projects with url subdirectories. | |
| # | |
| # In a classic-default-generic CakePHP project you can have as many | |
| # independent applications as you want just by copying the app/ | |
| # directory. Apache and the .htaccess files will make the magic, but | |
| # in a nginx server you will need a touch to your virtualhost conf. | |
| # | |
| # So, in order to make this: | |
| # | |
| # example.com/ —> ~/cakephp.dev/app/webroot/index.php |
| <?php | |
| /** | |
| * Convert a SimpleXML object to an associative array | |
| * | |
| * @param object $xmlObject | |
| * | |
| * @return array | |
| * @access public | |
| */ |
(from Understanding Nginx Server and Location Block Selection Algorithms - https://goo.gl/YyzshP)
server {
| " Specify a directory for plugins | |
| call plug#begin('~/.vim/plugged') | |
| Plug 'neoclide/coc.nvim', {'branch': 'release'} | |
| Plug 'scrooloose/nerdtree' | |
| "Plug 'tsony-tsonev/nerdtree-git-plugin' | |
| Plug 'Xuyuanp/nerdtree-git-plugin' | |
| Plug 'tiagofumo/vim-nerdtree-syntax-highlight' | |
| Plug 'ryanoasis/vim-devicons' | |
| Plug 'airblade/vim-gitgutter' |