Настройка NGINX - [Настройка NGINX]
nginx, serverНастройка NGINXNginx установкаNginx - Вопросы и ОтветыРецептыСоздание 301 редиректа на домен с wwwСоздание редиректа со слеша на без слешаПроксирование запроса на внутренний...
View ArticleСоздание редиректа на домен с www
nginx, server, triks, route, aliasСоздание редиректа на домен с wwwВыполняем редирект с домена без www https://www.cyberciti.biz/faq/how-to-redirecting-non-www-to-www-in-nginx-with-ssltls-http/server {...
View ArticleNginx - Вопросы и Ответы
nginx, faq, route, aliasNginx - Вопросы и ОтветыАрхив рассылкиФорумВопросы-ОтветыQ: Нада перенаправить с site.com на www.site.comserver{listen80;server_name...
View ArticleПеренаправление обработки скрипта в другую папку - [Перенаправление обработки...
nginx, server, route, aliasПеренаправление обработки скрипта в другую папкуserver{listen 192.168.1.1:80;server_name site.ztc ;root /home/site.ztc/httpdocs/app/frontend/web;indexindex.php;access_log...
View ArticleПроекты для начала разработки на Yii2 - [Webapp-Template]
Yii2, extensions, widgetsПроекты для начала разработки на...
View ArticleHighcharts - [Документация / Примеры]
yii2, widgets, chartHighchartshttps://www.highcharts.com/demo/line-basicРасширениеuse miloschuman\highcharts\Highcharts;use yii\web\JsExpression; $this->registerAssetBundle('yii\web\YiiAsset');...
View ArticleHumHub - создано
yii2, projectsHumHubУстановка$ git clone https://github.com/humhub/humhub.git ./ $ composer global require "fxp/composer-asset-plugin:^1.4.2" $ composer install--prefer-dist
View ArticleАрхивация и восстановление / Dump && Restore
Архивация и восстановление / Dump && RestoreСоздание дампа / Dump create English: https://gist.github.com/lucidlibrary/188d6ff895e56c83dea3Добавляем путь до сохранения снапшотов в...
View Articlehow to match an array value by it's key in a key value pair elasticsearch array?
how to match an array value by it's key in a key value pair elasticsearch array? Create empty index "twitter" $ curl -XDELETE'http://localhost:9200/twitter/' $ curl...
View ArticleMulti word query in elasticsearch with filter - создано
Multi word query in elasticsearch with filter{ "query": { "bool": { "must": [ { "match": { "Category": "Sport" } }, { "multi_match": { "query": "world series", "type": "cross_fields", "operator":...
View ArticleКак построить фасетный поиск с помощью счетчиков фасетов - создано
Как построить фасетный поиск с помощью счетчиков фасетов{ "query": { "and": [ { "terms": {"country": ["be", "fr"]} }, { "terms": {"category": ["books", "movies"]} } ] } }Для счетчиков мы можем...
View ArticleElasticsearch - поисковая система - [Примеры]
search, indexer, elasticsearch, indexerElasticsearch - поисковая системаУстанокаElasticsearch 2.x.xElasticsearch 5.x.x - 6.x.xУстановка и настройка ElasticsearchУстановите максимальный размер открытых...
View ArticleHow to search for tags - создано
How to search for tags{ "query": { "bool": { "should": [ { "match": { "keyword": { "query": "abstract, background" } } } ] } } } MappingPUT /freevects { "mappings": { "photos": { "properties": {...
View ArticleОперационные системы - [T]
os, distrib, linux, unix, windowsОперационные системы0-9AAndroid - Прошивки для телефонов Android TV - Прошивки для телевизионных приставок Apricity OSArch LinuxBBeelink / TroastmanCCinnamonCent...
View ArticleTizen - [Application / Приложения]
TizenDriversПрошивкиR732XXU2BOKK+NetOdin3_1.0R732XXU2AOJ3, R732XXU2AOJ4, R732XXU2AOJDSamsung Gear S2/S3https://www.mediafire.com/folder/e7h23e12rzesi/Gear_Manager (Gear_Manager)...
View ArticleSearching for documents with arrays of objects - создано
Searching for documents with arrays of objects{ "properties": { "tags": { "properties": { "tag": { "type": "string" }, "tagtype": { "type": "string" } } } } }
View ArticleShops / Cart / Orders - [Cart]
Yii2, extensions, widgets, yii2, modules, shopShops / Cart /...
View ArticleData types - Типы данных индеса - [Core datatypes]
search, indexer, elasticsearch, indexerData types - Типы данных индесаCore datatypes string - text and keyword [number] - long, integer, short, byte, double, float, half_float, scaled_float [date] -...
View ArticleGitLab
GitLab$ curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh |sudobash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left...
View Article