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
# frontend | |
server { | |
listen 80; | |
server_name yii2.lo; | |
server_tokens off; | |
client_max_body_size 128M; | |
charset utf-8; | |
access_log /var/log/nginx/yii2-access.log main buffer=50k; |
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
({ | |
block: 'page', | |
title: 'index', | |
head: [ | |
{ elem: 'css', url: '_index.css', ie: false}, | |
{ elem: 'css', url: '_index.ie.css', ie: true }, | |
{ block: 'i-jquery', elem: 'core'}, | |
{ elem: 'js', url:'_index.js'}, | |
], | |
content: [ |
NewerOlder