{"id":253,"date":"2021-11-28T21:18:08","date_gmt":"2021-11-28T12:18:08","guid":{"rendered":"https:\/\/trret.com\/?p=253"},"modified":"2021-11-28T21:18:10","modified_gmt":"2021-11-28T12:18:10","slug":"nginx-conf%ec%97%90%ec%84%9c-%ec%95%84%ec%9d%b4%ed%94%bc%ec%a0%9c%ed%95%9c","status":"publish","type":"post","link":"https:\/\/trret.com\/?p=253","title":{"rendered":"[nginx] .conf\uc5d0\uc11c \uc544\uc774\ud53c\uc81c\ud55c"},"content":{"rendered":"\n<p>\ud14c\uc2a4\ud2b8\ud560 \ub54c \ub0b4 \uc544\uc774\ud53c\uc5d0\uc11c\ub9cc \uc811\uc18d\ud558\uac8c \ud558\uace0 \uc2f6\ub2e4\uba74 example.com.conf \ud30c\uc77c\uc744 \ub2e4\uc74c\uacfc \uac19\uc774 \uc218\uc815\ud55c\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>    # Deny all except me.\n    set $my_auth 0;\n\n    if ($remote_addr = 123.456.789.123) {\n        set $my_auth 1;\n    }\n\n    if ($my_auth = 0) {\n        return 444;\n    }\n\n<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud14c\uc2a4\ud2b8\ud560 \ub54c \ub0b4 \uc544\uc774\ud53c\uc5d0\uc11c\ub9cc \uc811\uc18d\ud558\uac8c \ud558\uace0 \uc2f6\ub2e4\uba74 example.com.conf \ud30c\uc77c\uc744 \ub2e4\uc74c\uacfc \uac19\uc774 \uc218\uc815\ud55c\ub2e4.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[28],"tags":[],"_links":{"self":[{"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/posts\/253"}],"collection":[{"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=253"}],"version-history":[{"count":1,"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/posts\/253\/revisions"}],"predecessor-version":[{"id":254,"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/posts\/253\/revisions\/254"}],"wp:attachment":[{"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=253"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=253"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}