Laravel 5.2 初学者指南 Laraboot: Laravel 5 For Beginners Bill Keck This book is for sale at http://leanpub.com/laravel-5-for-beginners-laraboot This version was published on 2016-04-04 This is a Leanpub book. Leanpub empowers authors and publishers with
动作开发
在计划和拟议的开发地点积极提供旅行和潜力。
安装
假设您正在Apache上运行它。
# Enter your webserver's files area
cd /var/www/
# Clone the repo
git clone https://github.com/cyipt/actdev-ui
cd actdev-ui
# Clone the library within the repo
cd js/lib/
git clone https://github.com/cy
将nginx升级到1.2.4稳定版之后,会发现之前的vhost/*.conf中的日志配置都报了如下的warn:
代码如下:
nginx: [warn] the “log_format” directive may be used only on “http” level
上网搜索解决方案如下:
将/vhost/xxx.conf里server段里的下面代码移出该server段即可。
但是这样的又会产生一个问题,就是各子域名的日志文件都会记录所有请求的日志,等了好久都没找到解决方案,后来请教了飞飞