Skip to content

Instantly share code, notes, and snippets.

@52cik
52cik / nginx-yii2.conf
Created April 13, 2016 16:01
nginx yii2 通用配置
listen 80;
charset utf-8;
index index.html index.php;
error_page 404 /404.html;
# 开启 php 并支持 pathinfo
include enable-php-pathinfo.conf;
# yii2 rewrite