{"id":35476,"date":"2019-10-31T22:04:32","date_gmt":"2019-10-31T19:04:32","guid":{"rendered":"https:\/\/prohoster.info\/blog\/retsepty-nginx-basic-avtorizatsiya-s-kapchej\/"},"modified":"2019-10-31T22:04:32","modified_gmt":"2019-10-31T19:04:32","slug":"retsepty-nginx-basic-avtorizatsiya-s-kapchej","status":"publish","type":"post","link":"https:\/\/prohoster.info\/sq\/blog\/administrirovanie\/retsepty-nginx-basic-avtorizatsiya-s-kapchej","title":{"rendered":"Recetat Nginx: autorizimi basic me CAPTCHA","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>P\u00ebr p\u00ebrgatitjen e autorizimit me CAPTCHA, na nevojitet vet\u00eb <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/RekGRpth\/nginx\">nginx<\/a><\/noindex> dhe pluginet e tij <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/RekGRpth\/encrypted-session-nginx-module\">encrypted-session<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/RekGRpth\/form-input-nginx-module\">form-input<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/RekGRpth\/ngx_ctpp2\">ctpp2<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/RekGRpth\/echo-nginx-module\">echo<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/RekGRpth\/headers-more-nginx-module\">headers-more<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/nginx.org\/ru\/docs\/http\/ngx_http_auth_request_module.html\">auth_request<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/nginx.org\/ru\/docs\/http\/ngx_http_auth_basic_module.html\">auth_basic<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/RekGRpth\/set-misc-nginx-module\">set-misc<\/a><\/noindex>. (Kam dh\u00ebn\u00eb lidhjet n\u00eb forkat e mia, sepse kam b\u00ebr\u00eb disa ndryshime q\u00eb akoma nuk kan\u00eb arritur n\u00eb depozit\u00eb origjinale. Mund t\u00eb p\u00ebrdorni gjithashtu <noindex><a rel=\"nofollow\" href=\"https:\/\/hub.docker.com\/r\/rekgrpth\/nginx\">nj\u00eb m\u00ebnyr\u00eb t\u00eb gatshme<\/a><\/noindex>.)<br \/>\n<noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><br \/>\nFillimisht, do t\u00eb caktojm\u00eb <\/p>\n<pre><code class=\"nginx\">encrypted_session_key \"abcdefghijklmnopqrstuvwxyz123456\";<\/code><\/pre>\n<p>\nPastaj, p\u00ebr \u00e7do rast, fikim header-in e autorizimit <\/p>\n<pre><code class=\"nginx\">more_clear_input_headers Authorization;<\/code><\/pre>\n<p>\nTani sigurojm\u00eb gjith\u00e7ka me autorizim <\/p>\n<pre><code class=\"nginx\">auth_request \/auth;\nlocation =\/auth {\n    internal;\n    subrequest_access_phase on; # lejo autorizimin n\u00eb faz\u00ebn e n\u00ebnk\u00ebrkes\u00ebs\n    auth_request off; # mos p\u00ebrdorni autorizimin\n    set_decode_base64 $auth_decode $cookie_auth; # dekodojm\u00eb cookie-n e autorizimit\n    set_decrypt_session $auth_decrypt $auth_decode; # dekriptojm\u00eb autorizimin\n    if ($auth_decrypt = \"\") { return 401 UNAUTHORIZED; } # n\u00ebse nuk arrihet t\u00eb dekriptohet, at\u00ebher\u00eb p\u00ebrdoruesi nuk \u00ebsht\u00eb i autorizuar\n    more_set_input_headers \"Authorization: Basic $auth_decrypt\"; # z\u00ebvend\u00ebso autorizimin me basic (p\u00ebr t\u00eb p\u00ebrdorur ndryshoren $remote_user)\n    auth_basic_user_file \/data\/nginx\/.htaccess; # caktojm\u00eb skedarin e autorizimit bazik\n    auth_basic Auth; # aktivizojm\u00eb autorizimin bazik\n    echo -n OK; # p\u00ebrdoruesi \u00ebsht\u00eb i autorizuar\n}<\/code><\/pre>\n<p>\nP\u00ebr p\u00ebrdoruesit e autorizuar, tregojm\u00eb p\u00ebrmbajtjen nga dosja e tyre <\/p>\n<pre><code class=\"nginx\">location \/ {\n    alias html\/$remote_user\/;\n}<\/code><\/pre>\n<p>\nDhe n\u00eb munges\u00eb t\u00eb autorizimit, tregojm\u00eb formularin e autorizimit me kap\u00e7\u00eb <\/p>\n<pre><code class=\"nginx\">error_page 401 = @error401;\nlocation @error401 {\n    set_escape_uri $request_uri_escape $request_uri; # kodimi i k\u00ebrkes\u00ebs\n    return 303 \/login?request_uri=$request_uri_escape; # ridrejtimi n\u00eb formularin e autorizimit me CAPTCHA, duke ruajtur k\u00ebrkes\u00ebn\n}\nlocation =\/login {\n    default_type \"text\/html; charset=utf-8\"; # p\u00ebrcaktojm\u00eb llojin\n    if ($request_method = GET) { # n\u00ebse vet\u00ebm po shfaqim formularin e autorizimit me CAPTCHA\n        template login.html.ct2; # p\u00ebrcaktojm\u00eb modelin\n        ctpp2 on; # aktivizojm\u00eb shabllonizuesin\n        set_secure_random_alphanum $csrf_random 32; # p\u00ebrcaktojm\u00eb nj\u00eb csrf rast\u00ebsor\n        encrypted_session_expires 300; # p\u00ebrcaktojm\u00eb koh\u00ebzgjatjen e csrf p\u00ebr 5 minuta (5 * 60 = 300)\n        set_encrypt_session $csrf_encrypt $csrf_random; # enkriptojm\u00eb csrf rast\u00ebsor\n        set_encode_base64 $csrf_encode $csrf_encrypt; # kodojm\u00eb csrf t\u00eb enkriptuar\n        add_header Set-Cookie \"CSRF=$csrf_encode; Max-Age=300\"; # vendosim csrf t\u00eb enkriptuar n\u00eb cookie p\u00ebr 5 minuta (5 * 60 = 300)\n        return 200 \"{\"csrf\":\"$csrf_random\"}\"; # kthejm\u00eb json p\u00ebr shabllonizuesin\n    } # ndryshe - p\u00ebrpunojm\u00eb formularin e autorizimit me CAPTCHA\n    set_form_input $csrf_form csrf; # marrim csrf nga formulari\n    set_unescape_uri $csrf_unescape $csrf_form; # dekodojm\u00eb csrf nga formulari\n    set_decode_base64 $csrf_decode $cookie_csrf; # dekodojm\u00eb csrf nga cookie\n    set_decrypt_session $csrf_decrypt $csrf_decode; # dekriptojm\u00eb csrf nga cookie\n    if ($csrf_decrypt != $csrf_unescape) { return 303 $request_uri; } # n\u00ebse csrf nga formulari nuk p\u00ebrputhet me csrf nga cookie, ridrejto n\u00eb shfaqjen e formularit p\u00ebrs\u00ebri\n    set_form_input $captcha_form captcha; # marrim CAPTCHA nga formulari\n    set_unescape_uri $captcha_unescape $captcha_form; # dekodojm\u00eb CAPTCHA nga formulari\n    set_md5 $captcha_md5 \"secret${captcha_unescape}${csrf_decrypt}\"; # llogarisim md5\n    if ($captcha_md5 != $cookie_captcha) { return 303 $request_uri; } # n\u00ebse md5 nuk p\u00ebrputhet me CAPTCHA nga cookie, ridrejto n\u00eb shfaqjen e formularit p\u00ebrs\u00ebri\n    set_form_input $username_form username; # marrim emrin e p\u00ebrdoruesit nga formulari\n    set_form_input $password_form password; # marrim fjal\u00ebkalimin nga formulari\n    set_unescape_uri $username_unescape $username_form; # dekodojm\u00eb emrin e p\u00ebrdoruesit nga formulari\n    set_unescape_uri $password_unescape $password_form; # dekodojm\u00eb fjal\u00ebkalimin nga formulari\n    encrypted_session_expires 2592000; # p\u00ebrcaktojm\u00eb koh\u00ebzgjatjen e sesionit p\u00ebr 30 dit\u00eb (30 * 24 * 60 * 60 = 2592000)\n    set $username_password \"$username_unescape:$password_unescape\"; # p\u00ebrcaktojm\u00eb autorizimin basic\n    set_encode_base64 $username_password_encode $username_password; # kodojm\u00eb autorizimin basic\n    set_encrypt_session $auth_encrypt $username_password_encode; # enkriptojm\u00eb autorizimin basic\n    set_encode_base64 $auth_encode $auth_encrypt; # kodojm\u00eb autorizimin basic t\u00eb enkriptuar\n    add_header Set-Cookie \"Auth=$auth_encode; Max-Age=2592000\"; # vendosim autorizimin basic t\u00eb enkriptuar n\u00eb cookie p\u00ebr 30 dit\u00eb (30 * 24 * 60 * 60 = 2592000)\n    set $arg_request_uri_or_slash $arg_request_uri; # kopjojm\u00eb k\u00ebrkes\u00ebn nga argumenti\n    set_if_empty $arg_request_uri_or_slash \"\/\"; # n\u00ebse argumenti nuk \u00ebsht\u00eb p\u00ebrcaktuar, at\u00ebher\u00eb fillimi\n    set_unescape_uri $request_uri_unescape $arg_request_uri_or_slash; # dekodojm\u00eb k\u00ebrkes\u00ebn\n    return 303 $request_uri_unescape; # ridrejtojm\u00eb n\u00eb k\u00ebrkes\u00ebn e ruajtur\n}<\/code><\/pre>\n<p>\nlogin.html<\/p>\n<pre><code class=\"xml\">&lt;html&gt;\n    &lt;body&gt;\n        &lt;form method=&quot;post&quot; action=&quot;&quot;&gt;\n            &lt;input type=&quot;hidden&quot; name=&quot;csrf&quot; value=&quot;&lt;TMPL_var csrf&gt;&quot; \/&gt;\n            emri i p&euml;rdoruesit: &lt;input type=&quot;text&quot; name=&quot;username&quot; placeholder=&quot;Shkruani emrin e p&euml;rdoruesit...&quot; \/&gt;&lt;br \/&gt;\n            fjal&euml;kalimi: &lt;input type=&quot;password&quot; name=&quot;password&quot; \/&gt;&lt;br \/&gt;\n            kap&ccedil;a: &lt;img src=&quot;\/captcha?csrf=&lt;TMPL_var csrf&gt;&quot;\/&gt;&lt;input type=&quot;text&quot; name=&quot;captcha&quot; autocomplete=&quot;off&quot; \/&gt;&lt;br \/&gt;\n            &lt;input type=&quot;submit&quot; name=&quot;submit&quot; value=&quot;d&euml;rgo&quot; \/&gt;\n        &lt;input type=&quot;hidden&quot; name=&quot;trp-form-language&quot; value=&quot;sq&quot;\/&gt;&lt;\/form&gt;\n    &lt;\/body&gt;\n&lt;\/html&gt;<\/code><\/pre>\n<p>Burimi: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/post\/456556\/\">habr.com<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0414\u043b\u044f \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438 \u0441 \u043a\u0430\u043f\u0447\u0435\u0439 \u043d\u0430\u043c \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f \u0441\u0430\u043c nginx \u0438 \u0435\u0433\u043e \u043f\u043b\u0430\u0433\u0438\u043d\u044b encrypted-session, form-input, ctpp2, echo, headers-more, auth_request, auth_basic, set-misc. (\u042f \u0434\u0430\u043b \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0441\u0432\u043e\u0438 \u0444\u043e\u0440\u043a\u0438, \u0442.\u043a. \u0434\u0435\u043b\u0430\u043b \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u043a\u0430 \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u0440\u043e\u043f\u0438\u0445\u043d\u0443\u0442\u044c \u0432 \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0438. \u041c\u043e\u0436\u043d\u043e \u0442\u0430\u043a\u0436\u0435 \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0433\u043e\u0442\u043e\u0432\u044b\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c.) \u0414\u043b\u044f \u043d\u0430\u0447\u0430\u043b\u0430 \u0437\u0430\u0434\u0430\u0434\u0438\u043c encrypted_session_key &#171;abcdefghijklmnopqrstuvwxyz123456&#187;; \u0414\u0430\u043b\u044c\u0448\u0435, \u043d\u0430 \u0432\u0441\u044f\u043a\u0438\u0439 \u0441\u043b\u0443\u0447\u0430\u0439, \u043e\u0442\u043a\u043b\u044e\u0447\u0430\u0435\u043c \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-35476","post","type-post","status-publish","format-standard","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0414\u043b\u044f \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438 \u0441 \u043a\u0430\u043f\u0447\u0435\u0439 \u043d\u0430\u043c \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f \u0441\u0430\u043c nginx \u0438 \u0435\u0433\u043e \u043f\u043b\u0430\u0433\u0438\u043d\u044b encrypted-session, form-input, ctpp2, echo, headers-more, auth_request, auth_basic, set-misc. (\u042f \u0434\u0430\u043b \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0441\u0432\u043e\u0438 \u0444\u043e\u0440\u043a\u0438, \u0442.\u043a. \u0434\u0435\u043b\u0430\u043b \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u043a\u0430 \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u0440\u043e\u043f\u0438\u0445\u043d\u0443\u0442\u044c \u0432 \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0438. \u041c\u043e\u0436\u043d\u043e \u0442\u0430\u043a\u0436\u0435 \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0433\u043e\u0442\u043e\u0432\u044b\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c.) \u0414\u043b\u044f \u043d\u0430\u0447\u0430\u043b\u0430 \u0437\u0430\u0434\u0430\u0434\u0438\u043c encrypted_session_key &quot;abcdefghijklmnopqrstuvwxyz123456&quot;; \u0414\u0430\u043b\u044c\u0448\u0435, \u043d\u0430 \u0432\u0441\u044f\u043a\u0438\u0439 \u0441\u043b\u0443\u0447\u0430\u0439, \u043e\u0442\u043a\u043b\u044e\u0447\u0430\u0435\u043c \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/sq\/blog\/administrirovanie\/retsepty-nginx-basic-avtorizatsiya-s-kapchej\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"sq_AL\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0420\u0435\u0446\u0435\u043f\u0442\u044b Nginx: basic \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044f \u0441 \u043a\u0430\u043f\u0447\u0435\u0439 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0414\u043b\u044f \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438 \u0441 \u043a\u0430\u043f\u0447\u0435\u0439 \u043d\u0430\u043c \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f \u0441\u0430\u043c nginx \u0438 \u0435\u0433\u043e \u043f\u043b\u0430\u0433\u0438\u043d\u044b encrypted-session, form-input, ctpp2, echo, headers-more, auth_request, auth_basic, set-misc. (\u042f \u0434\u0430\u043b \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0441\u0432\u043e\u0438 \u0444\u043e\u0440\u043a\u0438, \u0442.\u043a. \u0434\u0435\u043b\u0430\u043b \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u043a\u0430 \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u0440\u043e\u043f\u0438\u0445\u043d\u0443\u0442\u044c \u0432 \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0438. \u041c\u043e\u0436\u043d\u043e \u0442\u0430\u043a\u0436\u0435 \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0433\u043e\u0442\u043e\u0432\u044b\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c.) \u0414\u043b\u044f \u043d\u0430\u0447\u0430\u043b\u0430 \u0437\u0430\u0434\u0430\u0434\u0438\u043c encrypted_session_key &quot;abcdefghijklmnopqrstuvwxyz123456&quot;; \u0414\u0430\u043b\u044c\u0448\u0435, \u043d\u0430 \u0432\u0441\u044f\u043a\u0438\u0439 \u0441\u043b\u0443\u0447\u0430\u0439, \u043e\u0442\u043a\u043b\u044e\u0447\u0430\u0435\u043c \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/sq\/blog\/administrirovanie\/retsepty-nginx-basic-avtorizatsiya-s-kapchej\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-10-31T19:04:32+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-10-31T19:04:32+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Recetat Nginx: autorizimi bazik me CAPTCHA | ProHoster","description":"P\u00ebr t\u00eb vendosur autorizimin me CAPTCHA, na nevojitet vet\u00eb nginx dhe pluginat e tij encrypted-session, form-input, ctpp2, echo, headers-more, auth_request, auth_basic, set-misc. (Kam dh\u00ebn\u00eb lidhjet n\u00eb fork-et e mia, pasi kam b\u00ebr\u00eb disa ndryshime q\u00eb ende nuk jan\u00eb pranuar n\u00eb depozit\u00eb origjinale. Mund t\u00eb p\u00ebrdorimi gjithashtu imazhin e gatsh\u00ebm.) Fillimisht, caktojm\u00eb encrypted_session_key \"abcdefghijklmnopqrstuvwxyz123456\"; M\u00eb pas, p\u00ebr siguri, \u00e7aktivizojm\u00eb header-in e autorizimit.","canonical_url":"https:\/\/prohoster.info\/sq\/blog\/administrirovanie\/retsepty-nginx-basic-avtorizatsiya-s-kapchej","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"sq_AL","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0420\u0435\u0446\u0435\u043f\u0442\u044b Nginx: basic \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044f \u0441 \u043a\u0430\u043f\u0447\u0435\u0439 | ProHoster","og:description":"\u0414\u043b\u044f \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438 \u0441 \u043a\u0430\u043f\u0447\u0435\u0439 \u043d\u0430\u043c \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f \u0441\u0430\u043c nginx \u0438 \u0435\u0433\u043e \u043f\u043b\u0430\u0433\u0438\u043d\u044b encrypted-session, form-input, ctpp2, echo, headers-more, auth_request, auth_basic, set-misc. (\u042f \u0434\u0430\u043b \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0441\u0432\u043e\u0438 \u0444\u043e\u0440\u043a\u0438, \u0442.\u043a. \u0434\u0435\u043b\u0430\u043b \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u043a\u0430 \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u0440\u043e\u043f\u0438\u0445\u043d\u0443\u0442\u044c \u0432 \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0438. \u041c\u043e\u0436\u043d\u043e \u0442\u0430\u043a\u0436\u0435 \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0433\u043e\u0442\u043e\u0432\u044b\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c.) \u0414\u043b\u044f \u043d\u0430\u0447\u0430\u043b\u0430 \u0437\u0430\u0434\u0430\u0434\u0438\u043c encrypted_session_key &quot;abcdefghijklmnopqrstuvwxyz123456&quot;; \u0414\u0430\u043b\u044c\u0448\u0435, \u043d\u0430 \u0432\u0441\u044f\u043a\u0438\u0439 \u0441\u043b\u0443\u0447\u0430\u0439, \u043e\u0442\u043a\u043b\u044e\u0447\u0430\u0435\u043c \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a","og:url":"https:\/\/prohoster.info\/sq\/blog\/administrirovanie\/retsepty-nginx-basic-avtorizatsiya-s-kapchej","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2019-10-31T19:04:32+00:00","article:modified_time":"2019-10-31T19:04:32+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"35476","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-01-21 23:26:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-03-01 02:01:27","updated":"2026-01-21 23:26:19","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/posts\/35476","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/comments?post=35476"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/posts\/35476\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/media?parent=35476"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/categories?post=35476"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/tags?post=35476"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}