{"id":1118,"date":"2011-04-14T00:08:52","date_gmt":"2011-04-13T15:08:52","guid":{"rendered":"http:\/\/ecpplus.net\/weblog\/?p=1118"},"modified":"2021-06-06T14:25:14","modified_gmt":"2021-06-06T05:25:14","slug":"nginx%e3%81%a7ip%e3%82%a2%e3%83%89%e3%83%ac%e3%82%b9%e3%81%ab%e3%82%88%e3%82%8b%e3%82%a2%e3%82%af%e3%82%bb%e3%82%b9%e5%88%b6%e9%99%90","status":"publish","type":"post","link":"https:\/\/ecpplus.net\/weblog\/nginx%e3%81%a7ip%e3%82%a2%e3%83%89%e3%83%ac%e3%82%b9%e3%81%ab%e3%82%88%e3%82%8b%e3%82%a2%e3%82%af%e3%82%bb%e3%82%b9%e5%88%b6%e9%99%90\/","title":{"rendered":"Nginx \u3067 IP\u30a2\u30c9\u30ec\u30b9\u306b\u3088\u308b\u30a2\u30af\u30bb\u30b9\u5236\u9650"},"content":{"rendered":"<p><a href=\"https:\/\/nginx.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">Nginx<\/a> \u304c\u3064\u3044\u306b version1.0.0 \u3067\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u307e\u3057\u305f\u306d\uff01Nginx \u306f\u901f\u3044\u306e\u3068\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u304c\u66f8\u304d\u3084\u3059\u3044\u306e\u3067\u5927\u597d\u304d\u3067\u3059\u3002<\/p>\n<p>Nginx \u3067\u7279\u5b9aIP\u30a2\u30c9\u30ec\u30b9\u304b\u3089\u306e\u30a2\u30af\u30bb\u30b9\u3092\u8a31\u53ef\u3059\u308b\u306b\u306f\u3001allow, deny \u3092\u4f7f\u3046\u3002\u521d\u3081\u306b\u30de\u30c3\u30c1\u3057\u305f\u3068\u3053\u308d\u3067\u8a55\u4fa1\u304c\u7d42\u4e86\u3059\u308b\u3088\u3046\u306a\u306e\u3067\u3001deny all; \u3068\u5148\u982d\u306b\u66f8\u3044\u3066\u3057\u307e\u3046\u3068\u8ab0\u3082\u898b\u3089\u308c\u306a\u304f\u306a\u3063\u3066\u3057\u307e\u3046\u306e\u3067\u6ce8\u610f\u3002\u30b5\u30d6\u30cd\u30c3\u30c8\u3067\u306e\u6307\u5b9a\u3082\u3001\u5358\u4e00IP\u30a2\u30c9\u30ec\u30b9\u3067\u306e\u6307\u5b9a\u3082\u3044\u3051\u307e\u3059\u3002<\/p>\n<pre><code class=\"language-nginx line-numbers\">server {\n    listen 443;\n    server_name  ecpplus.net;\n\n    allow 192.168.1\/24;\n    allow 111.111.111.111;\n    deny all;\n    ...\n}\n<\/code><\/pre>\n<p>\u306e\u3088\u3046\u306b\u3057\u307e\u3059\u3002location \u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6\u306e\u4e2d\u306b\u5165\u308c\u3066\u3082\u5927\u4e08\u592b\u3067\u3059\u3002 \/admin \u4ee5\u4e0b\u306e\u307f\u5236\u9650\u3092\u639b\u3051\u305f\u3044\u5834\u5408\u306f\u3001\u4e0b\u8a18\u306e\u3088\u3046\u306b\u3057\u307e\u3059\u3002<\/p>\n<pre><code class=\"language-nginx line-numbers\">server {\n    listen 443;\n    server_name  ecpplus.net;\n\n    location ~^\/admin {\n        allow 192.168.1.10;\n        deny all;\n    }\n    ...\n}\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Nginx \u304c\u3064\u3044\u306b version1.0.0 \u3067\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u307e\u3057\u305f\u306d\uff01Nginx \u306f\u901f\u3044\u306e\u3068\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u304c\u66f8\u304d\u3084\u3059\u3044\u306e\u3067\u5927\u597d\u304d\u3067\u3059\u3002 Nginx \u3067\u7279\u5b9aIP\u30a2\u30c9\u30ec\u30b9\u304b\u3089\u306e\u30a2\u30af\u30bb\u30b9\u3092\u8a31\u53ef\u3059\u308b\u306b\u306f\u3001allow, deny  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2702,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[7,20],"class_list":["post-1118","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-development","tag-linux","tag-nginx"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/ecpplus.net\/weblog\/wp-json\/wp\/v2\/posts\/1118","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ecpplus.net\/weblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ecpplus.net\/weblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ecpplus.net\/weblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ecpplus.net\/weblog\/wp-json\/wp\/v2\/comments?post=1118"}],"version-history":[{"count":3,"href":"https:\/\/ecpplus.net\/weblog\/wp-json\/wp\/v2\/posts\/1118\/revisions"}],"predecessor-version":[{"id":2706,"href":"https:\/\/ecpplus.net\/weblog\/wp-json\/wp\/v2\/posts\/1118\/revisions\/2706"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ecpplus.net\/weblog\/wp-json\/wp\/v2\/media\/2702"}],"wp:attachment":[{"href":"https:\/\/ecpplus.net\/weblog\/wp-json\/wp\/v2\/media?parent=1118"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ecpplus.net\/weblog\/wp-json\/wp\/v2\/categories?post=1118"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ecpplus.net\/weblog\/wp-json\/wp\/v2\/tags?post=1118"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}