{
    "version": "https:\/\/jsonfeed.org\/version\/1",
    "title": "Блог: заметки с тегом vesta",
    "_rss_description": "konditerov.ru",
    "_rss_language": "ru",
    "_itunes_email": "",
    "_itunes_categories_xml": "",
    "_itunes_image": "",
    "_itunes_explicit": "",
    "home_page_url": "https:\/\/www.utata.ru\/tags\/vesta\/",
    "feed_url": "https:\/\/www.utata.ru\/tags\/vesta\/json\/",
    "icon": "https:\/\/www.utata.ru\/user\/userpic@2x.jpg?1641662784",
    "author": {
        "name": "Илья Кондитеров",
        "url": "https:\/\/www.utata.ru\/",
        "avatar": "https:\/\/www.utata.ru\/user\/userpic@2x.jpg?1641662784"
    },
    "items": [
        {
            "id": "87",
            "url": "https:\/\/www.utata.ru\/all\/bekap-vestacp-na-google-drive-ubuntu-16-04\/",
            "title": "Бекап VestaCP в облако на примере Google Drive (Ubuntu 16.04)",
            "content_html": "<p>Эта инструкция написана для меня, но воспользоваться ей может любой, нужны базовые знания консоли linux, минут 30 на настройку.<\/p>\n<p>Для начала нам необходимо установить Rclone:<br \/>\nЗаходим под рутом<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">sudo su<\/code><\/pre><p>Скачиваем и устанавливаем Rclone<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">curl https:\/\/rclone.org\/install.sh | sudo bash<\/code><\/pre><p>Запускаем настройку Rclone<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">rclone config<\/code><\/pre><p>Создаем новый профиль Rclone<\/p>\n<blockquote>\n<p><i>No remotes found — make a new one<\/i><br \/>\n<i>n) New remote<\/i><br \/>\n<i>s) Set configuration password<\/i><br \/>\n<i>q) Quit config<\/i><\/p>\n<\/blockquote>\n<pre class=\"e2-text-code\"><code class=\"\">n\/s\/q&gt; n<\/code><\/pre><p>Задаем имя (тут вы можете назвать как угодно)<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">name&gt; gdrive<\/code><\/pre><p>Выбираем сервис.<br \/>\nУ меня гуглдиск оказался под номером 13, возможно в дальнейшем номер изменится.<\/p>\n<blockquote>\n<p><i>13 \/ Google Drive<\/i><br \/>\n<i>   \\ «drive»<\/i><\/p>\n<\/blockquote>\n<pre class=\"e2-text-code\"><code class=\"\">Storage&gt; 13<\/code><\/pre><p>Тут нам необходимо получить авторизацию у google.<br \/>\nПереходим по ссылке и авторизуемся под своим аккаунтом: <a href=\"https:\/\/code.google.com\/apis\/console\/\">https:\/\/code.google.com\/apis\/console\/<\/a><\/p>\n<p>Создаем проект и даем ему имя → Заходим в проект → Заходим в библиотеки → Ищем <b>Google Drive API<\/b> → Включаем → Переходим в <b>Учетные данные<\/b> → Настроить окно запроса доступа → Заходим в <b>Учетные данные<\/b> → Создаем <b>Идентификатор клиента OAuth<\/b> → <b>Другие типы<\/b> → Получаем ключи:<br \/>\n<b>Идентификатор клиента<\/b> и <b>Секретный код клиента<\/b>, они нам и нужны.<\/p>\n<p>Скринкаст:<\/p>\n<div class=\"e2-text-picture\">\n<div class=\"fotorama\" data-width=\"1423\" data-ratio=\"1.6060948081264\">\n<img src=\"https:\/\/www.utata.ru\/pictures\/1.png\" width=\"1423\" height=\"886\" alt=\"\" \/>\n<img src=\"https:\/\/www.utata.ru\/pictures\/2.png\" width=\"1423\" height=\"886\" alt=\"\" \/>\n<img src=\"https:\/\/www.utata.ru\/pictures\/3.png\" width=\"1423\" height=\"886\" alt=\"\" \/>\n<img src=\"https:\/\/www.utata.ru\/pictures\/4.png\" width=\"1423\" height=\"886\" alt=\"\" \/>\n<img src=\"https:\/\/www.utata.ru\/pictures\/5.png\" width=\"1423\" height=\"886\" alt=\"\" \/>\n<img src=\"https:\/\/www.utata.ru\/pictures\/6.png\" width=\"1423\" height=\"886\" alt=\"\" \/>\n<img src=\"https:\/\/www.utata.ru\/pictures\/7.png\" width=\"1423\" height=\"886\" alt=\"\" \/>\n<img src=\"https:\/\/www.utata.ru\/pictures\/8.png\" width=\"1423\" height=\"886\" alt=\"\" \/>\n<img src=\"https:\/\/www.utata.ru\/pictures\/9.png\" width=\"1423\" height=\"886\" alt=\"\" \/>\n<img src=\"https:\/\/www.utata.ru\/pictures\/10.png\" width=\"1423\" height=\"886\" alt=\"\" \/>\n<img src=\"https:\/\/www.utata.ru\/pictures\/11.png\" width=\"1423\" height=\"886\" alt=\"\" \/>\n<img src=\"https:\/\/www.utata.ru\/pictures\/12.png\" width=\"1423\" height=\"886\" alt=\"\" \/>\n<img src=\"https:\/\/www.utata.ru\/pictures\/13.png\" width=\"1423\" height=\"886\" alt=\"\" \/>\n<img src=\"https:\/\/www.utata.ru\/pictures\/14.png\" width=\"1423\" height=\"886\" alt=\"\" \/>\n<img src=\"https:\/\/www.utata.ru\/pictures\/15.png\" width=\"1423\" height=\"886\" alt=\"\" \/>\n<\/div>\n<\/div>\n<p>Продолжаем настройку Rclone<br \/>\nВводим <b>Идентификатор клиента<\/b><\/p>\n<pre class=\"e2-text-code\"><code class=\"\">client_id&gt; Ваш идентификатор клиента (Client ID)<\/code><\/pre><p>Вводим <b>Секретный код клиента<\/b><\/p>\n<pre class=\"e2-text-code\"><code class=\"\">client_secret&gt; Ваш код клиента (Secret code)<\/code><\/pre><p>далее выбираем<\/p>\n<blockquote>\n<p><i>Scope that rclone should use when requesting access from drive.<\/i><br \/>\n<i>Enter a string value. Press Enter for the default («„).<\/i><br \/>\n<i>Choose a number from below, or type in your own value<\/i><br \/>\n<i> 1 \/ Full access all files, excluding Application Data Folder.<\/i><br \/>\n<i>   \\ „drive“<\/i><br \/>\n<i> 2 \/ Read-only access to file metadata and file contents.<\/i><br \/>\n<i>   \\ „drive.readonly“<\/i><br \/>\n<i>   \/ Access to files created by rclone only.<\/i><br \/>\n<i> 3 | These are visible in the drive website.<\/i><br \/>\n<i>   | File authorization is revoked when the user deauthorizes the app.<\/i><br \/>\n<i>   \\ „drive.file“<\/i><br \/>\n<i>   \/ Allows read and write access to the Application Data folder.<\/i><br \/>\n<i> 4 | This is not visible in the drive website.<\/i><br \/>\n<i>   \\ „drive.appfolder“<\/i><br \/>\n<i>   \/ Allows read-only access to file metadata but<\/i><br \/>\n<i> 5 | does not allow any access to read or download file content.<\/i><br \/>\n<i>   \\ „drive.metadata.readonly“<\/i><\/p>\n<\/blockquote>\n<pre class=\"e2-text-code\"><code class=\"\">scope&gt; 1<\/code><\/pre><p>Далее настройка упрощается, нажимаем <i><b>Enter<\/b><\/i><\/p>\n<blockquote>\n<p><i>ID of the root folder<\/i><br \/>\n<i>Leave blank normally.<\/i><\/p>\n<p><i>Fill in to access «Computers» folders (see docs), or for rclone to use<\/i><br \/>\n<i>a non root folder as its starting point.<\/i><\/p>\n<p><i>Note that if this is blank, the first time rclone runs it will fill it<\/i><br \/>\n<i>in with the ID of the root folder.<\/i><\/p>\n<p><i>Enter a string value. Press Enter for the default («„).<\/i><\/p>\n<\/blockquote>\n<pre class=\"e2-text-code\"><code class=\"\">root_folder_id&gt;<\/code><\/pre><p>Еще раз нажимаем <i><b>Enter<\/b><\/i><\/p>\n<blockquote>\n<p><i>Service Account Credentials JSON file path <\/i><br \/>\n<i>Leave blank normally.<\/i><br \/>\n<i>Needed only if you want use SA instead of interactive login.<\/i><br \/>\n<i>Enter a string value. Press Enter for the default («„).<\/i><\/p>\n<\/blockquote>\n<pre class=\"e2-text-code\"><code class=\"\">service_account_file&gt;<\/code><\/pre><p>Далее<\/p>\n<blockquote>\n<p><i>Edit advanced config? (y\/n)<\/i><br \/>\n<i>y) Yes<\/i><br \/>\n<i>n) No (default)<\/i><\/p>\n<\/blockquote>\n<pre class=\"e2-text-code\"><code class=\"\">y\/n&gt; n<\/code><\/pre><p>Далее<\/p>\n<blockquote>\n<p><i>Remote config<\/i><br \/>\n<i>Use auto config?<\/i><br \/>\n<i> * Say Y if not sure<\/i><br \/>\n<i> * Say N if you are working on a remote or headless machine<\/i><br \/>\n<i>y) Yes (default)<\/i><br \/>\n<i>n) No<\/i><\/p>\n<\/blockquote>\n<pre class=\"e2-text-code\"><code class=\"\">y\/n&gt; n<\/code><\/pre><p>Переходим по этой ссылке в браузере и копируем <b>ваш верификационный код<\/b><\/p>\n<blockquote>\n<p><i>Please go to the following link: <a href=\"https:\/\/accounts.google.com\/o\/oauth2\/auth?.....\">https:\/\/accounts.google.com\/o\/oauth2\/auth?.....<\/a> <\/i><br \/>\n<i>Log in and authorize rclone for access<\/i><\/p>\n<\/blockquote>\n<pre class=\"e2-text-code\"><code class=\"\">Enter verification code&gt; Ваш код<\/code><\/pre><p>Далее<br \/>\n<i>Configure this as a team drive?<\/i><br \/>\n<i>y) Yes<\/i><br \/>\n<i>n) No (default)<\/i><\/p>\n<pre class=\"e2-text-code\"><code class=\"\">y\/n&gt; n<\/code><\/pre><p>И в завершении настройки получаете такое сообщение:<\/p>\n<blockquote>\n<p><i>——————————<\/i><br \/>\n<i>[gdrive]<\/i><br \/>\n<i>type = drive<\/i><br \/>\n<i>client_id = Ваш идентификатор клиента (Client ID)<\/i><br \/>\n<i>client_secret = Ваш код клиента (Secret code)<\/i><br \/>\n<i>scope = drive<\/i><br \/>\n<i>token = {«access_token»:» ¯\\_(ツ)_\/¯ «,«expiry»:«2020-05-07T20:49:03.221799741+03:00»}<\/i><br \/>\n<i>——————————<\/i><br \/>\n<i>y) Yes this is OK (default)<\/i><br \/>\n<i>e) Edit this remote<\/i><br \/>\n<i>d) Delete this remote<\/i><\/p>\n<\/blockquote>\n<p>Проверяем настройки и вводим <b>y<\/b><\/p>\n<pre class=\"e2-text-code\"><code class=\"\">y\/e\/d&gt; y<\/code><\/pre><p>Дальше программа показывает нам созданный профиль и спрашивает что делать дальше<\/p>\n<blockquote>\n<p><i>Current remotes:<\/i><\/p>\n<p><i>Name                 Type<\/i><br \/>\n<i>====                 ====<\/i><br \/>\n<i>gdrive               drive<\/i><\/p>\n<p><i>e) Edit existing remote<\/i><br \/>\n<i>n) New remote<\/i><br \/>\n<i>d) Delete remote<\/i><br \/>\n<i>r) Rename remote<\/i><br \/>\n<i>c) Copy remote<\/i><br \/>\n<i>s) Set configuration password<\/i><br \/>\n<i>q) Quit config<\/i><\/p>\n<\/blockquote>\n<p>Выходим<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">e\/n\/d\/r\/c\/s\/q&gt; q<\/code><\/pre><p><b>Rclone<\/b> установлен и настроен<\/p>\n<p>Пробуем скопировать содержимое папки на свой сервер (критично к регистру)<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">rclone copy \/backup\/ gdrive:Backup\/Myserver\/ -P<\/code><\/pre><p>Если всё копируется, то будем настраивать синхронизацию по времени.<br \/>\nТ. к. веста не умеет от рута запускать скрипты, настроим крон сами:<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">sudo nano \/etc\/crontab<\/code><\/pre><p>И в конце файла добавляем следующий код (выполняется каждый день в 4 часа):<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">0 4 * * * root rclone sync \/backup\/ gdrive:Backup\/Myserver\/<\/code><\/pre><p>P.s. <a href=\"https:\/\/losst.ru\/nastrojka-cron\">Настройка Cron<\/a>.<\/p>\n",
            "date_published": "2020-05-08T01:07:30+03:00",
            "date_modified": "2020-05-08T01:29:37+03:00",
            "image": "https:\/\/www.utata.ru\/pictures\/1.png",
            "_date_published_rfc2822": "Fri, 08 May 2020 01:07:30 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "87",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "system\/library\/highlight\/highlight.js",
                    "system\/library\/highlight\/highlight.css",
                    "system\/library\/jquery\/jquery.js",
                    "system\/library\/fotorama\/fotorama.css",
                    "system\/library\/fotorama\/fotorama.js"
                ],
                "og_images": [
                    "https:\/\/www.utata.ru\/pictures\/1.png",
                    "https:\/\/www.utata.ru\/pictures\/2.png",
                    "https:\/\/www.utata.ru\/pictures\/3.png",
                    "https:\/\/www.utata.ru\/pictures\/4.png",
                    "https:\/\/www.utata.ru\/pictures\/5.png",
                    "https:\/\/www.utata.ru\/pictures\/6.png",
                    "https:\/\/www.utata.ru\/pictures\/7.png",
                    "https:\/\/www.utata.ru\/pictures\/8.png",
                    "https:\/\/www.utata.ru\/pictures\/9.png",
                    "https:\/\/www.utata.ru\/pictures\/10.png",
                    "https:\/\/www.utata.ru\/pictures\/11.png",
                    "https:\/\/www.utata.ru\/pictures\/12.png",
                    "https:\/\/www.utata.ru\/pictures\/13.png",
                    "https:\/\/www.utata.ru\/pictures\/14.png",
                    "https:\/\/www.utata.ru\/pictures\/15.png"
                ]
            }
        },
        {
            "id": "86",
            "url": "https:\/\/www.utata.ru\/all\/migraciya-vestacp\/",
            "title": "Миграция VestaCP",
            "content_html": "<p>Всё под рутом:<\/p>\n<p>Чтобы не было ошибки:<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">command not found<\/code><\/pre><p>Нужно обновить пусть, он сбрасывается при каждом logout:<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">export PATH=$PATH:\/usr\/local\/vesta\/bin<\/code><\/pre><p>Далее:<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">v-backup-users\r\nls \/backup\r\nadmin.2018-04-11_13-07-02.tar  exampleuser.2018-04-11_13-07-02.tar<\/code><\/pre><p>Копируем на новый сервер:<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">scp \/backup\/* root@panel.example.com:\/backup\/<\/code><\/pre><p>На новом сервере:<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">v-restore-user admin admin.2018-04-11_13-07-02.tar<\/code><\/pre>",
            "date_published": "2020-05-07T00:23:04+03:00",
            "date_modified": "2020-05-07T14:01:28+03:00",
            "_date_published_rfc2822": "Thu, 07 May 2020 00:23:04 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "86",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "system\/library\/highlight\/highlight.js",
                    "system\/library\/highlight\/highlight.css"
                ],
                "og_images": []
            }
        },
        {
            "id": "84",
            "url": "https:\/\/www.utata.ru\/all\/vestacp-install-php-zip\/",
            "title": "VestaCP install php-zip",
            "content_html": "<p>Для полноценной работы MODX нужен zip, другими движками не пользуюсь<\/p>\n<p>Для Ubuntu 16.04 i386<\/p>\n<p>Остановить <b>php-fpm<\/b> в настройках панели<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">sudo apt-get install php7.0-zip<\/code><\/pre><p>После этого, можно пользоваться <a href=\"https:\/\/github.com\/ilyautkin\/simpleUpdater\">https:\/\/github.com\/ilyautkin\/simpleUpdater<\/a><\/p>\n",
            "date_published": "2020-05-06T23:57:02+03:00",
            "date_modified": "2020-06-05T21:49:00+03:00",
            "_date_published_rfc2822": "Wed, 06 May 2020 23:57:02 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "84",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "system\/library\/highlight\/highlight.js",
                    "system\/library\/highlight\/highlight.css"
                ],
                "og_images": []
            }
        },
        {
            "id": "78",
            "url": "https:\/\/www.utata.ru\/all\/konfig-nginx-egeya-for-vestacp\/",
            "title": "Конфиг nginx Эгея for vestacp",
            "content_html": "<p>Настройка <a href=\"https:\/\/blogengine.ru\">Эгеи<\/a> под <a href=\"https:\/\/vestacp.com\">VestaCP<\/a> (nginx)<\/p>\n<p>В папку с правами 644 пользователь root:<br \/>\n<b>nginx + php-fpm<\/b><br \/>\n\/usr\/local\/vesta\/data\/templates\/web\/nginx\/php-fpm5<\/p>\n<p><b>egea.tpl<\/b><\/p>\n<pre class=\"e2-text-code\"><code class=\"\">server {\r\n    http2      on;\r\n    listen      %ip%:%web_port%;\r\n    server_name %domain_idn% %alias_idn%;\r\n    root        %docroot%;\r\n    index       index.php index.html index.htm;\r\n    access_log  \/var\/log\/nginx\/domains\/%domain%.log combined;\r\n    access_log  \/var\/log\/nginx\/domains\/%domain%.bytes bytes;\r\n    error_log   \/var\/log\/nginx\/domains\/%domain%.error.log error;\r\n#   if you need to rewrite www to non-www uncomment bellow\r\n#   if ($host != '%domain%' ) {\r\n#       rewrite      ^\/(.*)$  http:\/\/%domain%\/$1  permanent;\r\n#    }\r\n    location = \/favicon.ico {\r\n        log_not_found off;\r\n        access_log off;\r\n    }\r\n\r\n    location = \/robots.txt {\r\n        allow all;\r\n        log_not_found off;\r\n        access_log off;\r\n    }\r\n\r\n    location \/ {\r\n        try_files $uri $uri\/ @rewrite;\r\n        location ~* ^.+\\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ {\r\n            expires     max;\r\n        }\r\n    }\r\n    location @rewrite {\r\n        rewrite ^\/(.*)$ \/index.php?go=$uri;\r\n    }\r\n\r\n    location ~ \\.php$ {\r\n        try_files $uri =404;\r\n        fastcgi_pass %backend_lsnr%;\r\n        fastcgi_index index.php;\r\n        fastcgi_param SCRIPT_FILENAME $request_filename;\r\n        include \/etc\/nginx\/fastcgi_params;\r\n    }\r\n\r\n    error_page  403 \/error\/404.html;\r\n    error_page  404 \/error\/404.html;\r\n    error_page  500 502 503 504 \/error\/50x.html;\r\n\r\n    location \/error\/ {\r\n        alias   %home%\/%user%\/web\/%domain%\/document_errors\/;\r\n    }\r\n\r\n    location ~* &quot;\/\\.(htaccess|htpasswd)$&quot; {\r\n        deny    all;\r\n        return  404;\r\n    }\r\n\r\n    location \/vstats\/ {\r\n        alias   %home%\/%user%\/web\/%domain%\/stats\/;\r\n        include %home%\/%user%\/conf\/web\/%domain%.auth*;\r\n    }\r\n\r\n    include     \/etc\/nginx\/conf.d\/phpmyadmin.inc*;\r\n    include     \/etc\/nginx\/conf.d\/phppgadmin.inc*;\r\n    include     \/etc\/nginx\/conf.d\/webmail.inc*;\r\n\r\n    include     %home%\/%user%\/conf\/web\/nginx.%domain%.conf*;\r\n}<\/code><\/pre><p>и файл<br \/>\n<b>egea.stpl<\/b><\/p>\n<pre class=\"e2-text-code\"><code class=\"\">server {\r\n    http2      on;\r\n    listen      %ip%:%web_ssl_port% ssl\r\n    server_name %domain_idn% %alias_idn%;\r\n    root        %sdocroot%;\r\n    index       index.php index.html index.htm;\r\n    access_log  \/var\/log\/nginx\/domains\/%domain%.log combined;\r\n    access_log  \/var\/log\/nginx\/domains\/%domain%.bytes bytes;\r\n    error_log   \/var\/log\/nginx\/domains\/%domain%.error.log error;\r\n\r\n    ssl_certificate      %ssl_pem%;\r\n    ssl_certificate_key  %ssl_key%;\r\n#   if you need to rewrite www to non-www uncomment bellow\r\n#   if ($host != '%domain%' ) {\r\n#       rewrite      ^\/(.*)$  https:\/\/%domain%\/$1  permanent;\r\n#    }\r\n    location = \/favicon.ico {\r\n        log_not_found off;\r\n        access_log off;\r\n    }\r\n\r\n    location = \/robots.txt {\r\n        allow all;\r\n        log_not_found off;\r\n        access_log off;\r\n    }\r\n\r\n    location \/ {\r\n        try_files $uri $uri\/ @rewrite;\r\n        location ~* ^.+\\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ {\r\n            expires     max;\r\n        }\r\n    }\r\n    location @rewrite {\r\n        rewrite ^\/(.*)$ \/index.php?go=$uri;\r\n    }\r\n\r\n    location ~ \\.php$ {\r\n        try_files $uri =404;\r\n        fastcgi_pass %backend_lsnr%;\r\n        fastcgi_index index.php;\r\n        fastcgi_param SCRIPT_FILENAME $request_filename;\r\n        include \/etc\/nginx\/fastcgi_params;\r\n    }\r\n\r\n    error_page  403 \/error\/404.html;\r\n    error_page  404 \/error\/404.html;\r\n    error_page  500 502 503 504 \/error\/50x.html;\r\n\r\n    location \/error\/ {\r\n        alias   %home%\/%user%\/web\/%domain%\/document_errors\/;\r\n    }\r\n\r\n    location ~* &quot;\/\\.(htaccess|htpasswd)$&quot; {\r\n        deny    all;\r\n        return  404;\r\n    }\r\n\r\n    location \/vstats\/ {\r\n        alias   %home%\/%user%\/web\/%domain%\/stats\/;\r\n        include %home%\/%user%\/conf\/web\/%domain%.auth*;\r\n    }\r\n\r\n    include     \/etc\/nginx\/conf.d\/phpmyadmin.inc*;\r\n    include     \/etc\/nginx\/conf.d\/phppgadmin.inc*;\r\n    include     \/etc\/nginx\/conf.d\/webmail.inc*;\r\n\r\n    include     %home%\/%user%\/conf\/web\/snginx.%domain%.conf*;\r\n}<\/code><\/pre><p>потом выбираем Web Template NGINX — <b>egea<\/b> и пользуемся<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/www.utata.ru\/pictures\/--2018-10-09--0.38.32.png\" width=\"512\" height=\"220\" alt=\"\" \/>\n<\/div>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/www.utata.ru\/pictures\/--2018-10-09--0.38.26.png\" width=\"448\" height=\"176\" alt=\"\" \/>\n<\/div>\n",
            "date_published": "2018-10-09T00:38:04+03:00",
            "date_modified": "2024-04-12T18:26:49+03:00",
            "image": "https:\/\/www.utata.ru\/pictures\/--2018-10-09--0.38.32.png",
            "_date_published_rfc2822": "Tue, 09 Oct 2018 00:38:04 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "78",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "system\/library\/highlight\/highlight.js",
                    "system\/library\/highlight\/highlight.css"
                ],
                "og_images": [
                    "https:\/\/www.utata.ru\/pictures\/--2018-10-09--0.38.32.png",
                    "https:\/\/www.utata.ru\/pictures\/--2018-10-09--0.38.26.png"
                ]
            }
        },
        {
            "id": "76",
            "url": "https:\/\/www.utata.ru\/all\/nginx-redirect-http-to-https-for-vestacp\/",
            "title": "nginx redirect http to https (for vestacp)",
            "content_html": "<h2>redirect http to https<\/h2>\n<pre class=\"e2-text-code\"><code class=\"\">return 301 https:\/\/$server_name$request_uri;<\/code><\/pre>",
            "date_published": "2018-08-25T22:46:56+03:00",
            "date_modified": "2018-08-25T22:46:54+03:00",
            "_date_published_rfc2822": "Sat, 25 Aug 2018 22:46:56 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "76",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "system\/library\/highlight\/highlight.js",
                    "system\/library\/highlight\/highlight.css"
                ],
                "og_images": []
            }
        }
    ],
    "_e2_version": 3877,
    "_e2_ua_string": "E2 (v3877; Aegea)"
}