{"id":67,"date":"2024-12-05T17:33:40","date_gmt":"2024-12-05T09:33:40","guid":{"rendered":"http:\/\/trantor.ink:8080\/?p=67"},"modified":"2024-12-25T14:19:45","modified_gmt":"2024-12-25T06:19:45","slug":"nginx-apache-%e5%ae%9e%e7%8e%b0%e5%9f%9f%e5%90%8d%e9%bb%98%e8%ae%a4%e6%89%93%e5%bc%80-wordpress-%e9%a6%96%e9%a1%b5","status":"publish","type":"post","link":"https:\/\/trantor.ink\/?p=67","title":{"rendered":"Nginx + Apache \u5b9e\u73b0\u57df\u540d\u9ed8\u8ba4\u6253\u5f00 wordpress \u9996\u9875"},"content":{"rendered":"\n<p> \u6211\u4e3b\u673a\u4e0a\u4f7f\u7528\u7684 Nginx \u4f5c\u4e3a\u53cd\u5411\u4ee3\u7406\u670d\u52a1\u5668\uff0c\u800c web \u670d\u52a1\u5668\u4f7f\u7528\u7684\u662f Apache2\uff0c\u5e76\u4e14\u8bbe\u7f6e\u4e86 Apache2 \u7684\u76d1\u542c\u7aef\u53e3\u662f 8080\uff08\u907f\u514d\u548c Nginx \u51b2\u7a81\uff09\u3002<\/p>\n\n\n\n<p>wordpress \u7684\u5b89\u88c5\u76ee\u5f55\u662f<code> \/var\/www\/html\/wordpress<\/code>\u3002<\/p>\n\n\n\n<p>\u5f53\u4ee5\u4e0a\u5b89\u88c5\u5b8c\u6210\u540e\uff0c\u5982\u679c\u8981\u8bbf\u95ee\u6211\u7684 wordpress \u4e3b\u9875\uff0c\u6211\u5c31\u5fc5\u987b\u8f93\u5165 <code>trantor.ink:8080\/wordpress<\/code> \u3002<\/p>\n\n\n\n<p>\u4e3a\u4e86\u8ba9 Apache2 \u5c06 web \u6839\u76ee\u5f55\u6307\u5411 <code>\/var\/www\/html\/wordpress<\/code>\uff0c\u9700\u8981\u505a\u5982\u4e0b\u914d\u7f6e\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#\u4fee\u6539\/etc\/apache2\/sites-enabled\/000-default.conf\u4e0b\u7684 DocumentRoot\nDocumentRoot \/var\/www\/html\/wordpress<\/code><\/pre>\n\n\n\n<p>\u7136\u540e\u91cd\u542f Apache2 \u670d\u52a1\u5668<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl restart apache2<\/code><\/pre>\n\n\n\n<p>\u6b64\u65f6\u5c31\u80fd\u901a\u8fc7  <code>trantor.ink:8080\/<\/code> \u8bbf\u95ee\u6211\u7684 wordpress \u4e3b\u9875\u4e86\uff0c\u4f46\u4ec5\u4ec5\u53ea\u80fd\u8bbf\u95ee\u4e3b\u9875\uff0c\u4e14\u5f88\u591a css \u6837\u5f0f\u4e22\u5931\u4e86\uff0c\u8fd8\u9700\u8981\u8fdb\u884c\u5982\u4e0b\u8bbe\u7f6e\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"181\" src=\"https:\/\/trantor.ink\/wp-content\/uploads\/2024\/12\/image-1024x181.png\" alt=\"\" class=\"wp-image-70\" srcset=\"https:\/\/trantor.ink\/wp-content\/uploads\/2024\/12\/image-1024x181.png 1024w, https:\/\/trantor.ink\/wp-content\/uploads\/2024\/12\/image-300x53.png 300w, https:\/\/trantor.ink\/wp-content\/uploads\/2024\/12\/image-768x136.png 768w, https:\/\/trantor.ink\/wp-content\/uploads\/2024\/12\/image-1140x201.png 1140w, https:\/\/trantor.ink\/wp-content\/uploads\/2024\/12\/image.png 1336w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>\u53ea\u6709\u8fdb\u884c\u4e86\u4e0a\u56fe\u4e2d\u7684\u914d\u7f6e\uff0c\u5728 wordpress \u8fdb\u884c\u9875\u9762\u8df3\u8f6c\u624d\u80fd\u6b63\u5e38\u6267\u884c\u3002<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>\u4e0b\u4e00\u6b65\u662f\u5c06\u6211\u4eec\u7684\u57df\u540d trantor.ink \u9ed8\u8ba4\u6307\u5411 8080 \u7aef\u53e3\uff0c\u9700\u8981\u5bf9 Nginx \u8fdb\u884c\u5982\u4e0b\u914d\u7f6e\uff1a<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"ini\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">location \/ {\n\t\t# First attempt to serve request as file, then\n\t\t# as directory, then fall back to displaying a 404.\n\t\tproxy_pass http:\/\/127.0.0.1:8080;  # \u5c06\u8bf7\u6c42\u8f6c\u53d1\u5230 Apache \u670d\u52a1\u5668\n                proxy_set_header Host $host;\n                proxy_set_header X-Real-IP $remote_addr;\n                proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\n                proxy_set_header X-Forwarded-Proto $scheme;\n\t        #  try_files $uri $uri\/ =404;\n\t}<\/pre>\n\n\n\n<p>\u8fd9\u4e00\u6b65\u4e2d\u5c06\u6d41\u91cf\u91cd\u5b9a\u5411\u5230 <code>http:\/\/127.0.0.1:8080<\/code>\uff0c\u5373 Apache2 \u76d1\u542c\u7684\u7aef\u53e3\uff0c\u7ecf\u8fc7\u8fd9\u4e2a\u914d\u7f6e\u540e\uff0c\u6d4f\u89c8\u5668\u8f93\u5165 trantor.ink \u5c31\u80fd\u76f4\u63a5\u6253\u5f00\u6211\u7684 wordpress \u4e3b\u9875\u4e86\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">2024\/12\/25<\/h2>\n\n\n\n<p>\u8fd9\u6bb5\u65f6\u95f4\u7814\u7a76\u5982\u4f55\u9690\u85cf\u6389 8080 \u7aef\u53e3\uff0c\u4f46\u6ca1\u6709\u627e\u5230\u5f88\u597d\u7684\u89e3\u51b3\u65b9\u6848\uff0c\u4e14\u5728\u7ed9 apache2 \u914d\u7f6e https \u7684\u65f6\u5019\u4e5f\u9047\u5230\u4e86\u4e00\u4e9b\u95ee\u9898\uff0c\u6700\u540e\u51b3\u5b9a\u4e0d\u7528 apache2\uff0c\u76f4\u63a5\u901a\u8fc7 nginx \u6765\u8fd0\u884c wordpress\u3002<\/p>\n\n\n\n<p>\u9996\u5148\u662f nginx \u7684\u914d\u7f6e\uff0c\u5c06\u539f\u5148\u7684 <code>\/etc\/nginx\/sites-available\/default<\/code> \u4fee\u6539\u4e3a\u5982\u4e0b\u5185\u5bb9\uff1a<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">##\n# You should look at the following URL's in order to grasp a solid understanding\n# of Nginx configuration files in order to fully unleash the power of Nginx.\n# https:\/\/www.nginx.com\/resources\/wiki\/start\/\n# https:\/\/www.nginx.com\/resources\/wiki\/start\/topics\/tutorials\/config_pitfalls\/\n# https:\/\/wiki.debian.org\/Nginx\/DirectoryStructure\n#\n# In most cases, administrators will remove this file from sites-enabled\/ and\n# leave it as reference inside of sites-available where it will continue to be\n# updated by the nginx packaging team.\n#\n# This file will automatically load configuration files provided by other\n# applications, such as Drupal or WordPress. These applications will be made\n# available underneath a path with that package name, such as \/drupal8.\n#\n# Please see \/usr\/share\/doc\/nginx-doc\/examples\/ for more detailed examples.\n##\n\n# Default server configuration\n#\nserver {\n        server_name trantor.ink www.trantor.ink;\n\t# SSL configuration\n\t#\n\t# listen 443 ssl default_server;\n\t# listen [::]:443 ssl default_server;\n\t#\n\t# Note: You should disable gzip for SSL traffic.\n\t# See: https:\/\/bugs.debian.org\/773332\n\t#\n\t# Read up on ssl_ciphers to ensure a secure configuration.\n\t# See: https:\/\/bugs.debian.org\/765782\n\t#\n\t# Self signed certs generated by the ssl-cert package\n\t# Don't use them in a production server!\n\t#\n\t# include snippets\/snakeoil.conf;\n\n\troot \/var\/www\/html\/wordpress;\n\n\t# Add index.php to the list if you are using PHP\n\tindex index.php index.html index.htm;\n\n\tserver_name _;\n\n\n        location \/ {\n\t    try_files $uri $uri\/ \/index.php?$args;\n\t}\n\n\t# PHP \u5904\u7406\u90e8\u5206\n        location ~ \\.php$ {\n            include snippets\/fastcgi-php.conf;\n            fastcgi_pass unix:\/var\/run\/php\/php8.1-fpm.sock;  # \u6839\u636e\u4f60\u7684 PHP \u7248\u672c\u8c03\u6574\n            fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n            include fastcgi_params;\n        }\n\n        # \u7981\u6b62\u8bbf\u95ee\u9690\u85cf\u6587\u4ef6\uff08\u5982 .htaccess\uff09\n        location ~ \/\\. {\n            deny all;\n        }\n\n\tlocation \/videos\/ {\n\t    alias \/var\/www\/html\/videos\/;\n            autoindex on;\n\t}\n\n\n    listen 443 ssl; # managed by Certbot\n    ssl_certificate \/etc\/letsencrypt\/live\/trantor.ink\/fullchain.pem; # managed by Certbot\n    ssl_certificate_key \/etc\/letsencrypt\/live\/trantor.ink\/privkey.pem; # managed by Certbot\n    include \/etc\/letsencrypt\/options-ssl-nginx.conf; # managed by Certbot\n    ssl_dhparam \/etc\/letsencrypt\/ssl-dhparams.pem; # managed by Certbot\n\n\n}\n\n\n# Virtual Host configuration for example.com\n#\n# You can move that to a different file under sites-available\/ and symlink that\n# to sites-enabled\/ to enable it.\n#\n#server {\n#\tlisten 80;\n#\tlisten [::]:80;\n#\n#\tserver_name example.com;\n#\n#\troot \/var\/www\/example.com;\n#\tindex index.html;\n#\n#\tlocation \/ {\n#\t\ttry_files $uri $uri\/ =404;\n#\t}\n#}\n\nserver {\n    if ($host = www.trantor.ink) {\n        return 301 https:\/\/$host$request_uri;\n    } # managed by Certbot\n\n\n    if ($host = trantor.ink) {\n        return 301 https:\/\/$host$request_uri;\n    } # managed by Certbot\n\n\n\tlisten 80;\n        server_name trantor.ink www.trantor.ink\n\t# SSL configuration\n\t#\n\t# listen 443 ssl default_server;\n\n\tserver_name _;\n    return 404; # managed by Certbot\n\n\n\n\n}<\/pre>\n\n\n\n<p>\u5728\u6211\u5b9e\u9645\u64cd\u4f5c\u4e2d\u9047\u5230\u4e86\u4e00\u4e2a\u6bd4\u8f83\u5751\u7684\u95ee\u9898\uff0c\u5c31\u662f\u5982\u4e0b\u8fd9\u884c\u914d\u7f6e\uff0c\u4e00\u5f00\u59cb\u6ca1\u6709\u5728\u5c3e\u90e8\u52a0<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-black-color\"><code> ; <\/code><\/mark>\u53f7\uff0c\u5bfc\u81f4 nginx \u628a\u540e\u9762\u7684 <code>root \/var\/www\/html\/wordpress;<\/code> \u4e5f\u89e3\u6790\u6210\u4e86 service_name \u7684\u914d\u7f6e\uff0c\u5bfc\u81f4\u914d\u7f6e\u4e00\u76f4\u6709\u95ee\u9898\u3002<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">server_name trantor.ink www.trantor.ink;<\/pre>\n\n\n\n<p>\u914d\u7f6e\u5b8c\u4ee5\u540e\u6253\u5f00 trantor.ink \u8fd8\u662f\u4f1a\u8f6c\u5230 trantor.ink:8080 \uff0c\u8fd9\u91cc\u7684\u95ee\u9898\u5e76\u4e0d\u662f nginx \u5bfc\u81f4\uff0c\u56e0\u4e3a nginx \u91cc\u9762\u7684\u8f6c\u53d1\u5df2\u7ecf\u4fee\u6539\u4e86\uff0c\u5bfc\u81f4\u8fd9\u4e2a\u95ee\u9898\u7684\u662f wordpress \u8bbe\u7f6e\u91cc\u7684\u7ad9\u70b9\u4e3b\u9875\u8bbe\u7f6e\u7684\u8fd8\u662f http:\/\/trantor.ink:8080\u3002\u4f46\u7531\u4e8e\u6b64\u65f6 wordpress \u65e0\u6cd5\u6253\u5f00\uff0c\u6240\u4ee5\u4fee\u6539\u8fd9\u4e24\u4e2a\u914d\u7f6e\u9700\u8981\u5bf9 wordpress \u7684\u6570\u636e\u5e93\u8fdb\u884c\u76f4\u63a5\u4fee\u6539\uff1a<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">UPDATE wp_options SET option_value = 'https:\/\/trantor.ink' WHERE option_name = 'siteurl';\nUPDATE wp_options SET option_value = 'https:\/\/trantor.ink' WHERE option_name = 'home';<\/pre>\n\n\n\n<p>\u4fee\u6539\u5b8c\u4ee5\u540e\u7ad9\u70b9\u5c31\u80fd\u6b63\u5e38\u6253\u5f00\u4e86\uff0c\u540c\u65f6\u7531\u4e8e\u4e4b\u524d\u7ed9 trantor.ink \u914d\u7f6e\u8fc7 https\uff0c\u6240\u4ee5\u7ad9\u70b9\u4e5f\u5c31\u76f4\u63a5\u652f\u6301\u4e86 https\u3002<\/p>\n\n\n\n<p>\u53e6\u5916\u8fd8\u6709\u4e00\u4e2a\u95ee\u9898\uff0c\u5c31\u662f\u539f\u6709\u6587\u7ae0\u4e2d\u5982\u679c\u4f7f\u7528\u7684\u56fe\u7247\u662f wordpress \u5a92\u4f53\u5e93\u91cc\u7684\uff0c\u90a3\u4e48\u4ed6\u4eec\u7684\u94fe\u63a5\u9700\u8981\u8fdb\u884c\u66f4\u65b0\uff0c\u5426\u5219\u8fd8\u662f\u4f1a\u4f7f\u7528\u539f\u6765\u7684 trantor.ink:8080 \u4f5c\u4e3a host\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6211\u4e3b\u673a\u4e0a\u4f7f\u7528\u7684 Nginx \u4f5c\u4e3a\u53cd\u5411\u4ee3\u7406\u670d\u52a1\u5668\uff0c\u800c web \u670d\u52a1\u5668\u4f7f\u7528\u7684\u662f Apache2\uff0c\u5e76\u4e14\u8bbe\u7f6e\u4e86 Apache2 \u7684\u76d1\u542c\u7aef\u53e3\u662f 8080\uff08\u907f\u514d\u548c Nginx \u51b2\u7a81\uff09\u3002 wordpress \u7684\u5b89\u88c5\u76ee\u5f55\u662f \/var\/www\/html\/wordpress\u3002 \u5f53\u4ee5\u4e0a\u5b89\u88c5\u5b8c\u6210\u540e\uff0c\u5982\u679c\u8981\u8bbf\u95ee\u6211\u7684 wordpress \u4e3b\u9875\uff0c\u6211\u5c31\u5fc5\u987b\u8f93\u5165 trantor.ink:8080\/wordpress \u3002 \u4e3a\u4e86\u8ba9 Apache2 \u5c06 web \u6839\u76ee\u5f55\u6307\u5411 \/var\/www\/html\/wordpress\uff0c\u9700\u8981\u505a\u5982\u4e0b\u914d\u7f6e\uff1a \u7136\u540e\u91cd\u542f Apache2 \u670d\u52a1\u5668 \u6b64\u65f6\u5c31\u80fd\u901a\u8fc7 trantor.ink:8080\/ \u8bbf\u95ee\u6211\u7684 wordpress \u4e3b\u9875\u4e86\uff0c\u4f46\u4ec5\u4ec5\u53ea\u80fd\u8bbf\u95ee\u4e3b\u9875\uff0c\u4e14\u5f88\u591a css \u6837\u5f0f\u4e22\u5931\u4e86\uff0c\u8fd8\u9700\u8981\u8fdb\u884c\u5982\u4e0b\u8bbe\u7f6e\uff1a \u53ea\u6709\u8fdb\u884c\u4e86\u4e0a\u56fe\u4e2d\u7684\u914d\u7f6e\uff0c\u5728 wordpress \u8fdb\u884c\u9875\u9762\u8df3\u8f6c\u624d\u80fd\u6b63\u5e38\u6267\u884c\u3002 \u4e0b\u4e00\u6b65\u662f\u5c06\u6211\u4eec\u7684\u57df\u540d trantor.ink \u9ed8\u8ba4\u6307\u5411 8080 \u7aef\u53e3\uff0c\u9700\u8981\u5bf9 Nginx \u8fdb\u884c\u5982\u4e0b\u914d\u7f6e\uff1a \u8fd9\u4e00\u6b65\u4e2d\u5c06\u6d41\u91cf\u91cd\u5b9a\u5411\u5230 http:\/\/127.0.0.1:8080\uff0c\u5373 Apache2 \u76d1\u542c\u7684\u7aef\u53e3\uff0c\u7ecf\u8fc7\u8fd9\u4e2a\u914d\u7f6e\u540e\uff0c\u6d4f\u89c8\u5668\u8f93\u5165 trantor.ink \u5c31\u80fd\u76f4\u63a5\u6253\u5f00\u6211\u7684 wordpress \u4e3b\u9875\u4e86\u3002 2024\/12\/25 \u8fd9\u6bb5\u65f6\u95f4\u7814\u7a76\u5982\u4f55\u9690\u85cf\u6389 8080 \u7aef\u53e3\uff0c\u4f46\u6ca1\u6709\u627e\u5230\u5f88\u597d\u7684\u89e3\u51b3\u65b9\u6848\uff0c\u4e14\u5728\u7ed9 apache2 \u914d\u7f6e https \u7684\u65f6\u5019\u4e5f\u9047\u5230\u4e86\u4e00\u4e9b\u95ee\u9898\uff0c\u6700\u540e\u51b3\u5b9a\u4e0d\u7528 apache2\uff0c\u76f4\u63a5\u901a\u8fc7 nginx \u6765\u8fd0\u884c wordpress\u3002 \u9996\u5148\u662f nginx \u7684\u914d\u7f6e\uff0c\u5c06\u539f\u5148\u7684 \/etc\/nginx\/sites-available\/default \u4fee\u6539\u4e3a\u5982\u4e0b\u5185\u5bb9\uff1a \u5728\u6211\u5b9e\u9645\u64cd\u4f5c\u4e2d\u9047\u5230\u4e86\u4e00\u4e2a\u6bd4\u8f83\u5751\u7684\u95ee\u9898\uff0c\u5c31\u662f\u5982\u4e0b\u8fd9\u884c\u914d\u7f6e\uff0c\u4e00\u5f00\u59cb\u6ca1\u6709\u5728\u5c3e\u90e8\u52a0 ; \u53f7\uff0c\u5bfc\u81f4 nginx \u628a\u540e\u9762\u7684 root \/var\/www\/html\/wordpress; \u4e5f\u89e3\u6790\u6210\u4e86 service_name \u7684\u914d\u7f6e\uff0c\u5bfc\u81f4\u914d\u7f6e\u4e00\u76f4\u6709\u95ee\u9898\u3002 \u914d\u7f6e\u5b8c\u4ee5\u540e\u6253\u5f00 trantor.ink \u8fd8\u662f\u4f1a\u8f6c\u5230 trantor.ink:8080 \uff0c\u8fd9\u91cc\u7684\u95ee\u9898\u5e76\u4e0d\u662f nginx \u5bfc\u81f4\uff0c\u56e0\u4e3a nginx \u91cc\u9762\u7684\u8f6c\u53d1\u5df2\u7ecf\u4fee\u6539\u4e86\uff0c\u5bfc\u81f4\u8fd9\u4e2a\u95ee\u9898\u7684\u662f wordpress \u8bbe\u7f6e\u91cc\u7684\u7ad9\u70b9\u4e3b\u9875\u8bbe\u7f6e\u7684\u8fd8\u662f http:\/\/trantor.ink:8080\u3002\u4f46\u7531\u4e8e\u6b64\u65f6 wordpress \u65e0\u6cd5\u6253\u5f00\uff0c\u6240\u4ee5\u4fee\u6539\u8fd9\u4e24\u4e2a\u914d\u7f6e\u9700\u8981\u5bf9 wordpress \u7684\u6570\u636e\u5e93\u8fdb\u884c\u76f4\u63a5\u4fee\u6539\uff1a \u4fee\u6539\u5b8c\u4ee5\u540e\u7ad9\u70b9\u5c31\u80fd\u6b63\u5e38\u6253\u5f00\u4e86\uff0c\u540c\u65f6\u7531\u4e8e\u4e4b\u524d\u7ed9 trantor.ink \u914d\u7f6e\u8fc7 https\uff0c\u6240\u4ee5\u7ad9\u70b9\u4e5f\u5c31\u76f4\u63a5\u652f\u6301\u4e86 https\u3002 \u53e6\u5916\u8fd8\u6709\u4e00\u4e2a\u95ee\u9898\uff0c\u5c31\u662f\u539f\u6709\u6587\u7ae0\u4e2d\u5982\u679c\u4f7f\u7528\u7684\u56fe\u7247\u662f wordpress \u5a92\u4f53\u5e93\u91cc\u7684\uff0c\u90a3\u4e48\u4ed6\u4eec\u7684\u94fe\u63a5\u9700\u8981\u8fdb\u884c\u66f4\u65b0\uff0c\u5426\u5219\u8fd8\u662f\u4f1a\u4f7f\u7528\u539f\u6765\u7684 trantor.ink:8080 \u4f5c\u4e3a host\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10,37],"tags":[24,21,20],"class_list":["post-67","post","type-post","status-publish","format-standard","hentry","category-wordpress","category-devops","tag-mysql","tag-nginx","tag-ubuntu"],"_links":{"self":[{"href":"https:\/\/trantor.ink\/index.php?rest_route=\/wp\/v2\/posts\/67","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/trantor.ink\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/trantor.ink\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/trantor.ink\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/trantor.ink\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=67"}],"version-history":[{"count":9,"href":"https:\/\/trantor.ink\/index.php?rest_route=\/wp\/v2\/posts\/67\/revisions"}],"predecessor-version":[{"id":268,"href":"https:\/\/trantor.ink\/index.php?rest_route=\/wp\/v2\/posts\/67\/revisions\/268"}],"wp:attachment":[{"href":"https:\/\/trantor.ink\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=67"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/trantor.ink\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=67"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/trantor.ink\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=67"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}