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
| listen 80; | |
| charset utf-8; | |
| index index.html index.php; | |
| error_page 404 /404.html; | |
| # 开启 php 并支持 pathinfo | |
| include enable-php-pathinfo.conf; | |
| # yii2 rewrite |