Файловый менеджер - Редактировать - /home/freeclou/app.optimyar.com/backend/node_modules/strapi/lib/utils/url-from-segments.js
Назад
'use strict'; /** * Returns a url base on hostname, port and ssl options */ module.exports = ({ hostname, port, ssl = false }) => { const protocol = ssl ? 'https' : 'http'; const defaultPort = ssl ? 443 : 80; const portString = port === undefined || parseInt(port, 10) === defaultPort ? '' : `:${port}`; return `${protocol}://${hostname}${portString}`; };
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка