{"id":616,"date":"2024-09-04T10:31:48","date_gmt":"2024-09-04T10:31:48","guid":{"rendered":"http:\/\/www.nywzjs.com\/?p=616"},"modified":"2024-09-04T10:32:18","modified_gmt":"2024-09-04T10:32:18","slug":"thinkcmf%e4%bc%aa%e9%9d%99%e6%80%81%e8%a7%84%e5%88%99","status":"publish","type":"post","link":"http:\/\/www.nywzjs.com\/?p=616","title":{"rendered":"ThinkCMF\u4f2a\u9759\u6001\u89c4\u5219"},"content":{"rendered":"\n<p>thinkcmf5\u5b9d\u5854liunx\u7248Nginx\u73af\u5883\u5f00\u542f\u4f2a\u9759\u6001\u6b65\u9aa4\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>location \/ {\r\n        index  index.php index.html index.htm;\r\n         if (!-e $request_filename)\r\n         {\r\n            rewrite ^\/(.*)$ \/index.php?s=$1;\r\n         }\r\n    }\r\nlocation \/api\/ {\r\n        index  index.php index.html index.htm;\r\n         if (!-e $request_filename)\r\n         {\r\n            rewrite ^\/api\/(.*)$ \/api.php?s=$1;\r\n         }\r\n    }\r\nlocation ~* \\\/upload\\\/.+\\.(html|php)$ {\r\nreturn 404;\r\n}\r\nlocation ~* ^\\\/plugins\\\/.+\\.(html|php)$ {\r\nreturn 404;\r\n}\r\nlocation ~* \\\/themes\\\/.+\\.(html|php)$ {\r\nreturn 404;\r\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>thinkcmf5\u5b9d\u5854liunx\u7248Nginx\u73af\u5883\u5f00\u542f\u4f2a\u9759\u6001\u6b65\u9aa4\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"_links":{"self":[{"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=\/wp\/v2\/posts\/616"}],"collection":[{"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=616"}],"version-history":[{"count":0,"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=\/wp\/v2\/posts\/616\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=616"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=616"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=616"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}