Skip to content

Commit

Permalink
[~] README
Browse files Browse the repository at this point in the history
  • Loading branch information
lebe-dev committed Jun 21, 2021
1 parent 0abbf7d commit e505c88
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@
- Домен
- Ссылка

### Nginx: server_name с несколькими доменами

Например, `server_name tinyops.ru www.tinyops.ru`.

Утилита соберёт только `tinyops.ru` и проигнорирует остальные значения.

Создайте тикет с обоснованием, почему вам нужны все домены кроме первого.

### HTTP

Для доменов с протоколом HTTP добавляет постфикс `_http`. Например, для сайта `http://somesite.ru` будет такая структура:
```json
{
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ Tool looking for nginx\apache configuration files then creates data structures f
- domain
- url

### Nginx: Multiple values in server_name

Example: `server_name toys.com www.toys.com`

Domain `toys.com` will be collected.

Create issue if you want all domains and explain it.

### HTTP
Add `_http` postfix for domain with http protocol. For example: `http://somesite.ru` will be:

```json
Expand Down

0 comments on commit e505c88

Please sign in to comment.