Replies: 1 comment
-
|
В документации написано вот что: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Есть роутер кинетик, с подключенным сервисом динамического IP
На роутере настроены домен https://..netcraze.link на порт локальной машины где развернут osp на 443 порт
На локальной машине как сказано в документации алиасе проекта прописываю адрес роутера 192.168.1.1
Но почему-то все равно отображается "как вы здесь оказались"
В wireshark вижу что запрос от 192,168, 1.1 приходит, но видимо как-то алиас не отрабатывает

Project.ini
[..netcraze.link]
php_engine = php-7.2
ip = 192.168.1.128
aliases = 192.168.1.1
enabled = on
environment = System
http_port = 80
https_port = 443
php_engine = PHP-8.2
ssl = on
ssl_cert_file = auto
ssl_key_file = auto
nginx_engine = Nginx-1.28
Beta Was this translation helpful? Give feedback.
All reactions