thinkphp5的nginx配置

作者:阿喆 浏览(157

thinkphp5的nginx配置 server { listen 80; server_name www.tp5.com; root E:/PHPstudy/WWW/study/public; location / { index index.html index.php; if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=$1 last; //路径隐藏index.php break......

 阅读全文>>

thinkphp5的nginx配置
2018-04-15