> For the complete documentation index, see [llms.txt](https://manual.boxexchanger.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.boxexchanger.net/nachalo-raboty/nastroika-bezopasnosti/ustanovka-ogranichenie-po-header-host.md).

# Установка ограничение по header host

Переходим в папку с API нашего сервера (путь к папке на вашем сервере может отличатся в зависимости от того куда установили API)

```
cd /var/www/exchanger-api/
```

Установка ограничения по hostname:

```
npm run conf-set admin:origin admin.domain.net force
```
