{"id":30,"date":"2022-04-03T07:14:13","date_gmt":"2022-04-02T23:14:13","guid":{"rendered":"http:\/\/192.168.0.138:8083\/?p=30"},"modified":"2022-04-03T07:32:34","modified_gmt":"2022-04-02T23:32:34","slug":"nginx-configuration-prohibits-access-to-php-scripts-in-the-path","status":"publish","type":"post","link":"http:\/\/192.168.0.138:8083\/nginx-configuration-prohibits-access-to-php-scripts-in-the-path\/","title":{"rendered":"Nginx configuration prohibits access to php scripts in the path"},"content":{"rendered":"\n

Nginx configuration prohibits access to php scripts in the path
Multiple path
Multiple suffixes<\/p>\n\n\n\n

 #\u5339\u914d\u591a\u4e2a\u4e0a\u4f20\u76ee\u5f55\nlocation ~ ^\/(uploads|static|data|dist|docs|layer_mobile|layui|sldate|swagger)\n{\n        # \u5339\u914d\u6587\u4ef6\u6700\u540d\u5305\u542b\u4e24\u4e2a.\u4ee5\u4e0a\u7684\u6587\u4ef6\n        location ~ \"([.]{2,})$\"\n        {\n                deny all;\n        }\n        # \u914d\u7f6ephp\u548cphp5\u540e\u7f00\n        location ~ \".(php|php5)$\"\n        {\n                deny all;\n        }\n}\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"

Nginx configuration prohibits access to php scripts in […]<\/p>\n","protected":false},"author":1,"featured_media":31,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[8],"_links":{"self":[{"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/posts\/30"}],"collection":[{"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/comments?post=30"}],"version-history":[{"count":1,"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/posts\/30\/revisions"}],"predecessor-version":[{"id":32,"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/posts\/30\/revisions\/32"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/media\/31"}],"wp:attachment":[{"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/media?parent=30"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/categories?post=30"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/192.168.0.138:8083\/wp-json\/wp\/v2\/tags?post=30"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}