随笔分类 -  nginx

摘要:location /{ try_files $uri $uri/ /index.php?$query_string; } location ~ \.php(.*)$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_spl 阅读全文
posted @ 2020-05-29 15:16 烈焰螺旋